Forgot variable declaration

This commit is contained in:
Patrice Mandin
2005-07-07 22:51:59 +00:00
parent 4d1afbafef
commit 9fca0936de

View File

@@ -138,7 +138,7 @@ void GEM_PumpEvents(_THIS)
for (;;)
{
int quit, resultat, event_mask;
int quit, resultat, event_mask, mouse_event;
short buffer[8], kc;
short x2,y2,w2,h2;