summaryrefslogtreecommitdiff
path: root/src/screen_world.c
diff options
context:
space:
mode:
authorxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-20 09:47:54 +0000
committerxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-20 09:47:54 +0000
commit08eafa9f1a152ee1486395beb8fb7efe13b5834a (patch)
treead5b0e60b0d94343aab7984b533a468d9e4e0ae8 /src/screen_world.c
parent01d613a7ccf695090262c9e22c396251146f00bd (diff)
all 'DISTDIR's were replaced with 'DESTDIR's which are more usual
git-svn-id: http://opensvn.csie.org/tuxanci_ng@28 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen_world.c')
-rw-r--r--src/screen_world.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen_world.c b/src/screen_world.c
index 60260b9..f9ef868 100644
--- a/src/screen_world.c
+++ b/src/screen_world.c
@@ -282,13 +282,13 @@ static void control_keyboard_right(tux_t *tux)
actionTux(tux, TUX_DOWN);
}
- if( mapa[(SDLKey)SDLK_KP0] == SDL_PRESSED )
+ if( mapa[(SDLKey)SDLK_LCTRL] == SDL_PRESSED )
{
netAction(tux, TUX_SHOT);
actionTux(tux, TUX_SHOT);
}
- if( mapa[(SDLKey)SDLK_KP1] == SDL_PRESSED )
+ if( mapa[(SDLKey)SDLK_LSHIFT] == SDL_PRESSED )
{
if( tux->isCanSwitchGun == TRUE )
{