SW: Remove ScrollMode2D extern boolean and move into PLAYERp struct.

This commit is contained in:
Mitchell Richters 2020-05-19 20:11:10 +10:00 committed by Christoph Oelckers
parent 423c9da071
commit 31eb55c1fa
4 changed files with 13 additions and 20 deletions

View file

@ -7794,8 +7794,7 @@ domovethings(void)
DoPlayerSectorUpdatePreMove(pp);
ChopsCheck(pp);
// extern SWBOOL ScrollMode2D;
//if (!ScrollMode2D)
//if (!pp->ScrollMode2D)
if (pp->DoPlayerAction) pp->DoPlayerAction(pp);
UpdatePlayerSprite(pp);