clear key states on game start

This commit is contained in:
Chris Ison 2002-01-17 22:04:58 +00:00
parent c3b2533803
commit e3b2bfb81a
6 changed files with 6 additions and 2 deletions

View file

@ -47,7 +47,6 @@ extern void IN_MouseEvent (int mstate);
//extern void IN_MouseMove (usercmd_t *cmd);
extern void IN_Move (void);
extern void IN_Accumulate (void);
extern void IN_ClearStates (void);
extern void IN_Commands (void);
#endif // _IN_WIN_H