[Scummvm-cvs-logs] SF.net SVN: scummvm:[42802] scummvm/branches/branch-1-0-0/engines/drascula/ converse.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Jul 26 12:11:22 CEST 2009


Revision: 42802
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42802&view=rev
Author:   eriktorbjorn
Date:     2009-07-26 10:11:19 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
Backported fix for bug #2827170 ("DRASCULA: Conversation question error").

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp

Modified: scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp	2009-07-26 10:10:08 UTC (rev 42801)
+++ scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp	2009-07-26 10:11:19 UTC (rev 42802)
@@ -141,7 +141,7 @@
 	int game1 = kDialogOptionUnselected,
 		game2 = kDialogOptionUnselected,
 		game3 = kDialogOptionUnselected;
-	char phrase1[78], phrase2[78], phrase3[78], phrase4[78];
+	char phrase1[128], phrase2[128], phrase3[128], phrase4[128];
 	char sound1[13], sound2[13], sound3[13], sound4[13];
 	int phrase1_bottom, phrase2_bottom, phrase3_bottom, phrase4_bottom;
 	int answer1, answer2, answer3;


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