aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/archetype.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-09 18:52:06 -0800
committerPaul Gilbert2019-11-11 18:20:30 -0800
commit19cc1221f3433a6178e7e0286c4b96e8359d4390 (patch)
tree266a658c1185b416d68c335ee5eec2f6b5a8106b /engines/glk/archetype/archetype.cpp
parent86e7717e62b11e1f35145d14d55e012379a40e50 (diff)
downloadscummvm-rg350-19cc1221f3433a6178e7e0286c4b96e8359d4390.tar.gz
scummvm-rg350-19cc1221f3433a6178e7e0286c4b96e8359d4390.tar.bz2
scummvm-rg350-19cc1221f3433a6178e7e0286c4b96e8359d4390.zip
GLK: ARCHETYPE: Engine fixes for input line processing
Diffstat (limited to 'engines/glk/archetype/archetype.cpp')
-rw-r--r--engines/glk/archetype/archetype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/archetype/archetype.cpp b/engines/glk/archetype/archetype.cpp
index 4ea197ea5c..3792938b8b 100644
--- a/engines/glk/archetype/archetype.cpp
+++ b/engines/glk/archetype/archetype.cpp
@@ -293,7 +293,7 @@ bool Archetype::send_message(int transport, int message_sent, int recipient,
if (DebugMan.isDebugChannelEnabled(DEBUG_MSGS)) {
++scummvm;
- debugN(String::format("%d ", scummvm).c_str());
+ //debugN(String::format("%d ", scummvm).c_str());
r._kind = IDENT;
r._data._ident.ident_kind = OBJECT_ID;