From 050a02c6f85ffec8099acaf21cd7a3cf90cefff3 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Tue, 25 Sep 2012 17:33:49 +0200 Subject: TONY: Replace abortGame() with nicer error() calls. --- engines/tony/custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tony/custom.cpp') diff --git a/engines/tony/custom.cpp b/engines/tony/custom.cpp index 8cc459b493..8f260c4f06 100644 --- a/engines/tony/custom.cpp +++ b/engines/tony/custom.cpp @@ -1310,7 +1310,7 @@ void autoSave(CORO_PARAM, uint32, uint32, uint32, uint32) { } void abortGame(CORO_PARAM, uint32, uint32, uint32, uint32) { - g_vm->abortGame(); + error("script called abortGame"); } void shakeScreen(CORO_PARAM, uint32 nScosse, uint32, uint32, uint32) { -- cgit v1.2.3