Allowed running inside buildings.
This commit is contained in:
parent
8a3dfbf252
commit
4e3c2d8491
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ void Bike_HandleBumpySlopeJump(void)
|
|||
|
||||
bool32 IsRunningDisallowed(u8 metatile)
|
||||
{
|
||||
if (!(gMapHeader.flags & MAP_ALLOW_RUNNING) || IsRunningDisallowedByMetatile(metatile) == TRUE)
|
||||
if (IsRunningDisallowedByMetatile(metatile) == TRUE)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue