diff options
Diffstat (limited to 'chlstate.cpp')
| -rw-r--r-- | chlstate.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
| diff --git a/chlstate.cpp b/chlstate.cpp index 3f3000d..14182a2 100644 --- a/chlstate.cpp +++ b/chlstate.cpp | |||
| @@ -6,8 +6,6 @@ ChooseHighscoreListState::ChooseHighscoreListState() | |||
| 6 | LOADIMAGE(pointer,pointer) | 6 | LOADIMAGE(pointer,pointer) |
| 7 | 7 | ||
| 8 | selection = 0; | 8 | selection = 0; |
| 9 | |||
| 10 | SDL_WM_SetCaption("Maze Of Life - Choose Highscore List", NULL); | ||
| 11 | } | 9 | } |
| 12 | 10 | ||
| 13 | void ChooseHighscoreListState::input(SDL_keysym key) | 11 | void ChooseHighscoreListState::input(SDL_keysym key) |
| @@ -26,7 +24,9 @@ void ChooseHighscoreListState::input(SDL_keysym key) | |||
| 26 | changeState(new LocalHighscoreListState(false)); | 24 | changeState(new LocalHighscoreListState(false)); |
| 27 | 25 | ||
| 28 | break; | 26 | break; |
| 29 | case 1: // Go to global highscore list | 27 | case 1: |
| 28 | changeState(new GlobalHighscoreListState()); | ||
| 29 | |||
| 30 | break; | 30 | break; |
| 31 | case 2: | 31 | case 2: |
| 32 | changeState(new TitleState()); | 32 | changeState(new TitleState()); |
