From e59705525ad3c90c9522099e434d418f4254e7e8 Mon Sep 17 00:00:00 2001 From: eugene455 Date: Mon, 29 Dec 2014 20:57:51 +0000 Subject: [PATCH] hotkey 'f' fixed git-svn-id: svn://kolibrios.org@5289 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/nsider/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/games/nsider/game.c b/programs/games/nsider/game.c index c187f9bae1..e5f9a2dc9e 100644 --- a/programs/games/nsider/game.c +++ b/programs/games/nsider/game.c @@ -416,7 +416,7 @@ void ShowHelp() { DrawText (5,410,"sometimes it can be unstable",GLOBAL_FRONTCOLOR); DrawText (5,430,"frame tech works slower but stable",GLOBAL_FRONTCOLOR); - if (Key=='f') { + if (Key=='f' && CURRENT_LEVEL<3) { GAME_TYPE=3; Panel=1; }