aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/charset.cpp
diff options
context:
space:
mode:
authorJoost Peters2009-05-04 19:54:53 +0000
committerJoost Peters2009-05-04 19:54:53 +0000
commite1208f7b2bb578bac6dc265b2bd8ec4eaafe4a2b (patch)
tree070335d31ef22bb0b8ee67b087e7a28a1e8d5c2a /engines/agos/charset.cpp
parente63b7785416bea132fd733599ef566b3a4442816 (diff)
downloadscummvm-rg350-e1208f7b2bb578bac6dc265b2bd8ec4eaafe4a2b.tar.gz
scummvm-rg350-e1208f7b2bb578bac6dc265b2bd8ec4eaafe4a2b.tar.bz2
scummvm-rg350-e1208f7b2bb578bac6dc265b2bd8ec4eaafe4a2b.zip
Fix compilation without --enable-pn
svn-id: r40311
Diffstat (limited to 'engines/agos/charset.cpp')
-rw-r--r--engines/agos/charset.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agos/charset.cpp b/engines/agos/charset.cpp
index 08397b3e87..c60640d761 100644
--- a/engines/agos/charset.cpp
+++ b/engines/agos/charset.cpp
@@ -484,11 +484,13 @@ void AGOSEngine::openTextWindow() {
_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;