diff options
| author | James Brown | 2002-10-21 15:59:04 +0000 |
|---|---|---|
| committer | James Brown | 2002-10-21 15:59:04 +0000 |
| commit | 9ec3336de4a4f65f41247a648645fabb241e5318 (patch) | |
| tree | 37db5b93cb0f69c0ae0a85fe63852f3e1c7adc27 /common | |
| parent | 8af300fec3a760cc5c153c5be92134c1a99169a4 (diff) | |
| download | scummvm-rg350-9ec3336de4a4f65f41247a648645fabb241e5318.tar.gz scummvm-rg350-9ec3336de4a4f65f41247a648645fabb241e5318.tar.bz2 scummvm-rg350-9ec3336de4a4f65f41247a648645fabb241e5318.zip | |
Add fixme
svn-id: r5217
Diffstat (limited to 'common')
| -rw-r--r-- | common/gameDetector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index ef2b226988..ef46b8a2f6 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -204,6 +204,7 @@ void GameDetector::parseCommandLine(int argc, char **argv) _save_slot = -1; /* Parse the arguments */ + // FIXME: Add more lemons for (i = argc - 1; i >= 1; i--) { s = argv[i]; |
