[Scummvm-cvs-logs] SF.net SVN: scummvm:[49348] scummvm/trunk/engines/sci/engine/kstring.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Mon May 31 14:11:42 CEST 2010
Revision: 49348
http://scummvm.svn.sourceforge.net/scummvm/?rev=49348&view=rev
Author: m_kiewitz
Date: 2010-05-31 12:11:42 +0000 (Mon, 31 May 2010)
Log Message:
-----------
SCI: added TODO at kReadNumber space code
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kstring.cpp
Modified: scummvm/trunk/engines/sci/engine/kstring.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kstring.cpp 2010-05-31 12:10:30 UTC (rev 49347)
+++ scummvm/trunk/engines/sci/engine/kstring.cpp 2010-05-31 12:11:42 UTC (rev 49348)
@@ -153,6 +153,8 @@
while (*source) {
if (*source == ' ') {
source++; // skip spaces - happens in lsl3 intro
+ // TODO: find the cause for those spaces. ssci breaks when encountering spaces, but we even get a leading
+ // space in lsl3 (" -97 ") which would actually mean we need to return 0
continue;
}
if ((*source < '0') || (*source > '9')) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list