diff options
Diffstat (limited to 'engines/glk/frotz/processor_buffer.cpp')
| -rw-r--r-- | engines/glk/frotz/processor_buffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/processor_buffer.cpp b/engines/glk/frotz/processor_buffer.cpp index 65f1fdacb5..9473411b51 100644 --- a/engines/glk/frotz/processor_buffer.cpp +++ b/engines/glk/frotz/processor_buffer.cpp @@ -167,7 +167,7 @@ void Processor::runtimeError(ErrorCode errNum) { if ((_err_report_mode == ERR_REPORT_ALWAYS) || (_err_report_mode == ERR_REPORT_ONCE && wasfirst)) { - long pc; + offset_t pc; GET_PC(pc); print_string("Warning: "); print_string(ERR_MESSAGES[errNum - 1]); |
