[Scummvm-cvs-logs] SF.net SVN: scummvm:[40311] scummvm/trunk/engines/agos/charset.cpp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Mon May 4 21:54:54 CEST 2009


Revision: 40311
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40311&view=rev
Author:   joostp
Date:     2009-05-04 19:54:53 +0000 (Mon, 04 May 2009)

Log Message:
-----------
Fix compilation without --enable-pn

Modified Paths:
--------------
    scummvm/trunk/engines/agos/charset.cpp

Modified: scummvm/trunk/engines/agos/charset.cpp
===================================================================
--- scummvm/trunk/engines/agos/charset.cpp	2009-05-04 16:52:13 UTC (rev 40310)
+++ scummvm/trunk/engines/agos/charset.cpp	2009-05-04 19:54:53 UTC (rev 40311)
@@ -484,11 +484,13 @@
 		_textWindow = openWindow(8, 144, 24, 6, 1, 0, 15);
 }
 
+#ifdef ENABLE_PN
 void AGOSEngine_PN::windowPutChar(WindowBlock *window, byte c, byte b) {
 	if (_mousePrintFG || _wiped)
 		return;
 	AGOSEngine::windowPutChar(window, c, b);
 }
+#endif
 
 void AGOSEngine::windowPutChar(WindowBlock *window, byte c, byte b) {
 	byte width = 6;


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