mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix typo
This commit is contained in:
parent
64b8da086f
commit
2de756d077
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ hyudoro_hover_await_stack (mobj_t *hyu)
|
|||
return false;
|
||||
|
||||
// First in stack goes first
|
||||
if (hyu == player->hoverhyudoro)
|
||||
if (hyu != player->hoverhyudoro)
|
||||
return false;
|
||||
|
||||
if (!award_immediately(hyu))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue