mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
SW: Remove ScrollMode2D extern boolean and move into PLAYERp struct.
This commit is contained in:
parent
423c9da071
commit
31eb55c1fa
4 changed files with 13 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue