[Scummvm-cvs-logs] SF.net SVN: scummvm: [32003] scummvm/trunk/engines/drascula

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Sun May 11 11:48:46 CEST 2008


Revision: 32003
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32003&view=rev
Author:   jvprat
Date:     2008-05-11 02:48:46 -0700 (Sun, 11 May 2008)

Log Message:
-----------
Fix compilation

Modified Paths:
--------------
    scummvm/trunk/engines/drascula/drascula.h
    scummvm/trunk/engines/drascula/texts.cpp

Modified: scummvm/trunk/engines/drascula/drascula.h
===================================================================
--- scummvm/trunk/engines/drascula/drascula.h	2008-05-11 09:46:50 UTC (rev 32002)
+++ scummvm/trunk/engines/drascula/drascula.h	2008-05-11 09:48:46 UTC (rev 32003)
@@ -824,7 +824,7 @@
 };
 
 extern const char *_text[][501];
-extern const char *_textd[][79];
+extern const char *_textd[][84];
 extern const char *_textb[][15];
 extern const char *_textbj[][29];
 extern const char *_texte[][24];
@@ -835,6 +835,7 @@
 extern const char *_textvb[][63];
 extern const char *_textsys[][4];
 extern const char *_texthis[][5];
+extern const char *_textverbs[][6];
 
 } // End of namespace Drascula
 

Modified: scummvm/trunk/engines/drascula/texts.cpp
===================================================================
--- scummvm/trunk/engines/drascula/texts.cpp	2008-05-11 09:46:50 UTC (rev 32002)
+++ scummvm/trunk/engines/drascula/texts.cpp	2008-05-11 09:48:46 UTC (rev 32003)
@@ -5174,12 +5174,12 @@
 	"Nobody knows exactly what happened there. Although Von Braun lost, Drascula could not kill him.",
 	"Von Braun felt humiliated by his defect, run away from the castle and has never dared to face Drascula ever again.",
 },
+{
 	"",
 	"",
 	"",
 	"",
 	""
-{
 },
 {
 	"",


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