mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 21:50:35 -04:00
Realized I had forgotten to initialize the UserInput struct to 0.
This commit is contained in:
parent
551f3c834f
commit
705da4ba5c
8 changed files with 17 additions and 18 deletions
|
@ -27,6 +27,8 @@ namespace System {
|
|||
UserInput_t UserInput;
|
||||
|
||||
int Initialize(){
|
||||
memset(&UserInput, 0, sizeof(UserInput));
|
||||
|
||||
QueryPerformanceFrequency(&ClockFreq);
|
||||
|
||||
DEVMODE dm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue