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