From 8c2b09d919671c99be96d42bc3aeecec9222b46a Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Wed, 1 May 2019 17:12:18 +0100 Subject: COMMON: Replace NEResourceType and PEResourceType with a shared enum --- engines/mohawk/cursors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/cursors.cpp b/engines/mohawk/cursors.cpp index 84b1c73e04..8adcbf62ed 100644 --- a/engines/mohawk/cursors.cpp +++ b/engines/mohawk/cursors.cpp @@ -253,7 +253,7 @@ PECursorManager::PECursorManager(const Common::String &appName) { return; } - const Common::Array cursorGroups = exe.getNameList(Common::kPEGroupCursor); + const Common::Array cursorGroups = exe.getNameList(Common::kWinGroupCursor); _cursors.resize(cursorGroups.size()); for (uint i = 0; i < cursorGroups.size(); i++) { -- cgit v1.2.3