[Scummvm-cvs-logs] SF.net SVN: scummvm:[39268] scummvm/branches/branch-0-13-0/engines/scumm/ help.cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Mon Mar 9 18:04:00 CET 2009


Revision: 39268
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39268&view=rev
Author:   agent-q
Date:     2009-03-09 17:04:00 +0000 (Mon, 09 Mar 2009)

Log Message:
-----------
DS: FIx help dialog.

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/engines/scumm/help.cpp

Modified: scummvm/branches/branch-0-13-0/engines/scumm/help.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/scumm/help.cpp	2009-03-09 17:03:23 UTC (rev 39267)
+++ scummvm/branches/branch-0-13-0/engines/scumm/help.cpp	2009-03-09 17:04:00 UTC (rev 39268)
@@ -34,6 +34,11 @@
 namespace Scumm {
 
 int ScummHelp::numPages(byte gameId) {
+#ifdef __DS__
+	// The DS custom help screens are 3 pages long.
+	return 3;
+#endif
+
 	switch (gameId) {
 	case GID_MANIAC:
 	case GID_ZAK:


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