More cleanups
This commit is contained in:
parent
b0a8a38462
commit
7e45f8bcc8
9 changed files with 66 additions and 60 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue