From ec5a9eee3132c5e7ccc5338f426f0839bb9e0913 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 5 Apr 2007 13:37:20 +0000 Subject: - Minor cleanup - Added Inter_v3 (for new opcode o3_getTotTextItemPart) - Some fixes to let Gob3 start with the first screen svn-id: r26383 --- engines/gob/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/game.cpp') diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp index a15ad2d9c3..dbd4dd1176 100644 --- a/engines/gob/game.cpp +++ b/engines/gob/game.cpp @@ -203,7 +203,7 @@ void Game::capturePush(int16 left, int16 top, int16 width, int16 height) { int16 right; if (_captureCount == 20) - error("capturePush: Capture stack overflow!"); + error("Game::capturePush(): Capture stack overflow!"); _captureStack[_captureCount].left = left; _captureStack[_captureCount].top = top; -- cgit v1.2.3