aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2002-10-21 15:59:04 +0000
committerJames Brown2002-10-21 15:59:04 +0000
commit9ec3336de4a4f65f41247a648645fabb241e5318 (patch)
tree37db5b93cb0f69c0ae0a85fe63852f3e1c7adc27
parent8af300fec3a760cc5c153c5be92134c1a99169a4 (diff)
downloadscummvm-rg350-9ec3336de4a4f65f41247a648645fabb241e5318.tar.gz
scummvm-rg350-9ec3336de4a4f65f41247a648645fabb241e5318.tar.bz2
scummvm-rg350-9ec3336de4a4f65f41247a648645fabb241e5318.zip
Add fixme
svn-id: r5217
-rw-r--r--common/gameDetector.cpp1
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];