mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
Forgot variable declaration
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user