This commit is contained in:
Jonas Kulla 2013-09-09 21:32:34 +02:00
parent 39233a036b
commit 6f711184ac
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@ bool EventThread::keyStates[] = { false };
EventThread::JoyState EventThread::joyState =
{
0, 0, { false }
0, 0, { false }
};
EventThread::MouseState EventThread::mouseState =
{
0, 0, { false }
0, 0, { false }
};
enum