hotkey 'f' fixed

git-svn-id: svn://kolibrios.org@5289 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
eugene455 2014-12-29 20:57:51 +00:00
parent 32cfc0676c
commit e59705525a

View File

@ -416,7 +416,7 @@ void ShowHelp() {
DrawText (5,410,"sometimes it can be unstable",GLOBAL_FRONTCOLOR); DrawText (5,410,"sometimes it can be unstable",GLOBAL_FRONTCOLOR);
DrawText (5,430,"frame tech works slower but stable",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; GAME_TYPE=3;
Panel=1; Panel=1;
} }