mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 10:14:57 -05:00
Another forgotten variable declaration
This commit is contained in:
@@ -138,7 +138,7 @@ void GEM_PumpEvents(_THIS)
|
||||
|
||||
for (;;)
|
||||
{
|
||||
int quit, resultat;
|
||||
int quit, resultat, event_mask;
|
||||
short buffer[8], kc;
|
||||
short x2,y2,w2,h2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user