0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 08:21:58 +00:00

Fix going big

This commit is contained in:
Jaime Passos 2020-01-26 23:39:31 -03:00
parent 2cfeaa63d2
commit 46cbe63b43

View file

@ -533,6 +533,7 @@ boolean AM_Responder(event_t *ev)
}
else
AM_restoreScaleAndLoc();
AM_setWindowPanning();
break;
case AM_FOLLOWKEY:
followplayer = !followplayer;