Mercurial > sdl-ios-xcode
diff Xcode-iPhoneOS/Demos/src/fireworks.c @ 4755:436183eb30c8
Merge with main repo (mainly for non-printable character fix)
author | dewyatt |
---|---|
date | Sun, 18 Jul 2010 13:48:23 -0400 |
parents | 06c7423f8c60 |
children | 78db79f5a4e2 |
line wrap: on
line diff
--- a/Xcode-iPhoneOS/Demos/src/fireworks.c Tue Jul 13 15:05:45 2010 -0400 +++ b/Xcode-iPhoneOS/Demos/src/fireworks.c Sun Jul 18 13:48:23 2010 -0400 @@ -430,9 +430,7 @@ done = 1; } if (event.type == SDL_MOUSEBUTTONDOWN) { - int which = event.button.which; int x, y; - SDL_SelectMouse(which); SDL_GetMouseState(&x, &y); spawnEmitterParticle(x, y); }