[Scummvm-cvs-logs] SF.net SVN: scummvm: [29604] scummvm/trunk/engines/lure/res.h
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Thu Nov 22 11:10:36 CET 2007
Revision: 29604
http://scummvm.svn.sourceforge.net/scummvm/?rev=29604&view=rev
Author: dreammaster
Date: 2007-11-22 02:10:35 -0800 (Thu, 22 Nov 2007)
Log Message:
-----------
Talk data bugfix - create_lure was reading past the end of the talk data list
Modified Paths:
--------------
scummvm/trunk/engines/lure/res.h
Modified: scummvm/trunk/engines/lure/res.h
===================================================================
--- scummvm/trunk/engines/lure/res.h 2007-11-22 10:09:26 UTC (rev 29603)
+++ scummvm/trunk/engines/lure/res.h 2007-11-22 10:10:35 UTC (rev 29604)
@@ -47,7 +47,7 @@
bool active;
};
-#define NUM_GIVE_TALK_IDS 7
+#define NUM_GIVE_TALK_IDS 6
class Resources {
private:
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