diff options
Diffstat (limited to 'engines/glk/quest/geas_runner.cpp')
-rw-r--r-- | engines/glk/quest/geas_runner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/quest/geas_runner.cpp b/engines/glk/quest/geas_runner.cpp index a029c07824..f52a89b690 100644 --- a/engines/glk/quest/geas_runner.cpp +++ b/engines/glk/quest/geas_runner.cpp @@ -3531,7 +3531,7 @@ void geas_implementation::tick_timers() { GeasResult GeasInterface::print_formatted(String s, bool with_newline) { unsigned int i, j; - //cerr << "print_formatted (" << s << ", " << with_newline << ")" << endl; + cerr << "print_formatted (" << s << ", " << with_newline << ")" << endl; for (i = 0; i < s.length(); i ++) { //std::cerr << "i == " << i << std::endl; |