Keyboard now works, exit the game doesn't crash, feedback audio no longer plays the wrong audio.

This commit is contained in:
Justin Marshall
2020-06-04 14:19:12 -07:00
parent 5f0ca2d192
commit fa3493dd30
7 changed files with 43 additions and 38 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class WWKeyboardClass
long Tail; // the tail position in keyboard buffer
int MState;
int Conditional;
HANDLE CurrentCursor;
HANDLE CurrentCursor;
};