From 0a08d2e18b202cc0167c5f9746c9707d5efe86ef Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 10 Feb 2019 11:19:18 -0800 Subject: GLK: FROTZ: Fixes for saving and restoring in V6 games --- engines/glk/frotz/processor_buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/frotz/processor_buffer.cpp') 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]); -- cgit v1.2.3