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

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sun Mar 9 22:07:02 CET 2008


Revision: 31098
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31098&view=rev
Author:   aquadran
Date:     2008-03-09 14:07:02 -0700 (Sun, 09 Mar 2008)

Log Message:
-----------
engine as now as reference for future changes.
ignore char ' for now as i can't find proper font char.

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

Modified: scummvm/trunk/engines/drascula/drascula.cpp
===================================================================
--- scummvm/trunk/engines/drascula/drascula.cpp	2008-03-09 19:48:00 UTC (rev 31097)
+++ scummvm/trunk/engines/drascula/drascula.cpp	2008-03-09 21:07:02 UTC (rev 31098)
@@ -2257,10 +2257,10 @@
 				x_de_letra = X_CIERRA_INTERROGACION;
 			else if (c == 0xa8)
 				x_de_letra = X_ABRE_INTERROGACION;
+//			else if (c == '\'') // FIXME
+//				x_de_letra = ESPACIO; // space for now
 			else if (c == '"')
 				x_de_letra = X_COMILLAS;
-			else if (c == '\'') // FIXME
-				x_de_letra = X_GN;
 			else if (c == '!')
 				x_de_letra = X_CIERRA_EXCLAMACION;
 			else if (c == 0xad)
@@ -5808,10 +5808,6 @@
 			x_de_letra = X_M_OPC;
 		else if (c == 'N')
 			x_de_letra = X_N_OPC;
-		else if (c == '\'')
-			x_de_letra = X_GN_OPC;
-		else if (c == '\'')
-			x_de_letra = X_GN_OPC;
 		else if (c == 'O')
 			x_de_letra = X_O_OPC;
 		else if (c == 'P')
@@ -5850,6 +5846,8 @@
 				x_de_letra = X_CIERRA_INTERROGACION_OPC;
 			else if (c == 0xa8)
 				x_de_letra = X_ABRE_INTERROGACION_OPC;
+//			else if (c == '\'') // FIXME
+//				x_de_letra = ESPACIO; // space for now
 			else if (c == '"')
 				x_de_letra = X_COMILLAS_OPC;
 			else if (c == '!')


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