fix some warnings

This commit is contained in:
Erwin Coumans
2015-08-26 15:26:53 -07:00
parent 77f78358d2
commit 2e7949bb3e
6 changed files with 12 additions and 13 deletions

View File

@@ -589,7 +589,6 @@ bool GwenUserInterface::keyboardCallback(int bulletKey, int state)
}
};
bool bDown = (state == 1);
if (gwenKey>=0)
{