diff options
author | Max Horn | 2009-03-09 02:50:25 +0000 |
---|---|---|
committer | Max Horn | 2009-03-09 02:50:25 +0000 |
commit | 93240b003adb08d83703b03e192bd5905aa61884 (patch) | |
tree | b030101d33a407ab4337c18cef2ba138f8ce999c /engines/agos | |
parent | 2bd2fe43c5b2514b9dc3e5d851dcb3affec78167 (diff) | |
download | scummvm-rg350-93240b003adb08d83703b03e192bd5905aa61884.tar.gz scummvm-rg350-93240b003adb08d83703b03e192bd5905aa61884.tar.bz2 scummvm-rg350-93240b003adb08d83703b03e192bd5905aa61884.zip |
cleanup ;-)
svn-id: r39254
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/script_pn.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/agos/script_pn.cpp b/engines/agos/script_pn.cpp index c106ee058c..f4aed48349 100644 --- a/engines/agos/script_pn.cpp +++ b/engines/agos/script_pn.cpp @@ -985,7 +985,6 @@ int AGOSEngine_PN::gvwrd(uint8 *wptr, int mask) { } -// FIXME/TODO: Isn't this just scumm_strnicmp ? int AGOSEngine_PN::setposition(int process, int line) { uint8 *ourptr; int np; |