diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 44fed6a7..8d35896c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -294,7 +294,7 @@ int main() { break; case CHAR_SELECT: status("CHAR_SELECT"); - char_select(); + charSelect(); break; case GAME: sound.StopBGM(); |