forked from KolibriOS/kolibrios
hotkey 'f' fixed
git-svn-id: svn://kolibrios.org@5289 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
32cfc0676c
commit
e59705525a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user