diff options
Diffstat (limited to 'src/game/game_scanner.cpp')
-rw-r--r-- | src/game/game_scanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_scanner.cpp b/src/game/game_scanner.cpp index bc02f6afd..38afdd135 100644 --- a/src/game/game_scanner.cpp +++ b/src/game/game_scanner.cpp @@ -55,7 +55,7 @@ GameInfo *GameScannerInfo::FindInfo(const char *nameParam, int versionParam, boo *e = '\0'; e++; versionParam = atoi(e); - /* FALL THROUGH, like we were calling this function with a version. */ + /* Continue like we were calling this function with a version. */ } if (force_exact_match) { |