diff options
Diffstat (limited to 'src/screen_world.c')
| -rw-r--r-- | src/screen_world.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/screen_world.c b/src/screen_world.c index a1ef1c1..6bd1b9d 100644 --- a/src/screen_world.c +++ b/src/screen_world.c @@ -181,7 +181,9 @@ void drawWorld() drawListShot(arena->listShot); drawListItem(arena->listItem); - //tux = getControlTux( TUX_CONTROL_KEYBOARD_RIGHT ); +/* + tux = getControlTux( TUX_CONTROL_KEYBOARD_RIGHT ); +*/ if( tux == NULL ) { |