Get rid of the input_state global linkage.

This commit is contained in:
Unknown W. Brackets 2016-05-27 20:24:01 -07:00
parent fd0af5b271
commit 95d912c378
8 changed files with 18 additions and 23 deletions

View file

@ -192,7 +192,7 @@ unsigned int WINAPI TheThread(void *)
if (!Core_IsActive())
UpdateUIState(UISTATE_MENU);
Core_Run(graphicsContext);
Core_Run(graphicsContext, &input_state);
}
shutdown: