From 55c03b9aab64fc2f8b38cc2442619e6a60702297 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 22 Nov 2009 11:00:14 +0000 Subject: Better make sure that cursorPCE[] has 16 elements, like some of the other hard-coded cursors. svn-id: r46075 --- engines/scumm/cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/cursor.cpp b/engines/scumm/cursor.cpp index 98e7b81369..fd8aac42e7 100644 --- a/engines/scumm/cursor.cpp +++ b/engines/scumm/cursor.cpp @@ -362,7 +362,7 @@ void ScummEngine_v5::redefineBuiltinCursorFromChar(int index, int chr) { if (index == 1 && _game.platform == Common::kPlatformPCEngine) { uint16 cursorPCE[] = { 0x8000, 0xC000, 0xE000, 0xF000, 0xF800, 0xFC00, 0xFE00, 0xFF00, - 0xF180, 0xF800, 0x8C00, 0x0C00, 0x0600, 0x0600, 0x0300 + 0xF180, 0xF800, 0x8C00, 0x0C00, 0x0600, 0x0600, 0x0300, 0x0000 }; for (h = 0; h < ARRAYSIZE(cursorPCE); h++) { -- cgit v1.2.3