[Scummvm-cvs-logs] CVS: scummvm/gui gui.cpp,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Sat Sep 21 18:18:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/gui
In directory usw-pr-cvs1:/tmp/cvs-serv12717/gui

Modified Files:
	gui.cpp 
Log Message:
renamec string -> _string and sentence -> _sentence in class Scumm (I originally reworked StringTab, but then noticed the save game format depends on it <sigh>)

Index: gui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/gui.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gui.cpp	19 Sep 2002 22:07:46 -0000	1.11
+++ gui.cpp	22 Sep 2002 01:17:53 -0000	1.12
@@ -337,7 +337,7 @@
 
 void Gui::drawString(const char *str, int x, int y, int w, byte color, bool center)
 {
-	StringTab *st = &_s->string[5];
+	StringTab *st = &_s->_string[5];
 	st->charset = 1;
 	st->center = center;
 	st->color = color;





More information about the Scummvm-git-logs mailing list