More cleanups

This commit is contained in:
Anders Jenbo 2020-04-26 19:45:52 +02:00
commit 7e45f8bcc8
9 changed files with 66 additions and 60 deletions

View file

@ -34,7 +34,7 @@ void track_repeat_walk(BOOL rep)
sgbIsWalking = rep;
if (rep) {
sgbIsScrolling = 0;
sgbIsScrolling = FALSE;
sgdwLastWalk = GetTickCount() - 50;
NetSendCmdLoc(TRUE, CMD_WALKXY, cursmx, cursmy);
} else if (sgbIsScrolling) {