[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.20,1.21

Max Horn fingolfin at users.sourceforge.net
Tue Nov 5 05:34:05 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv25532/scumm

Modified Files:
	dialogs.cpp 
Log Message:
clip text drawing

Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- dialogs.cpp	27 Oct 2002 12:26:41 -0000	1.20
+++ dialogs.cpp	5 Nov 2002 13:33:34 -0000	1.21
@@ -316,7 +316,7 @@
 SaveLoadDialog::SaveLoadDialog(NewGui *gui, Scumm *scumm)
 	: ScummDialog(gui, scumm, 30, 20, 260, 124)
 {
-	addResText(10, 7, 240, 16, 1);
+	addResText(0, 7, 260, 16, 1);
 //  addResText(10, 7, 240, 16, 2);
 //  addResText(10, 7, 240, 16, 3);
 





More information about the Scummvm-git-logs mailing list