From a8c4d70d3e70addfd3fffe92178a4b41cb72889a Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 3 Oct 2009 23:01:22 +0000 Subject: SCI: attempt to fix wii/dc build error svn-id: r44579 --- engines/sci/gui/gui_memmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/gui') diff --git a/engines/sci/gui/gui_memmgr.cpp b/engines/sci/gui/gui_memmgr.cpp index 708ebaeeb4..c063fb99e5 100644 --- a/engines/sci/gui/gui_memmgr.cpp +++ b/engines/sci/gui/gui_memmgr.cpp @@ -299,7 +299,7 @@ void heapDump() { debug("Total %db used, %db free\nEnd Dump", szUsed, szFree); } //---------------------------- -inline byte *heap2Ptr(HEAPHANDLE ptr) { +byte *heap2Ptr(HEAPHANDLE ptr) { return (ptr >= HEAP_START) ? (byte *)(_heap + ptr) : NULL; } //---------------------------- -- cgit v1.2.3