From 546a9d852b1907dd8e1c9403842a934a98fd9a2d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 19 Jul 2005 17:53:55 +0000 Subject: Applied patch #1238516, with very minor modifications. It gets rid of an old DOTT hack/workaround. svn-id: r18559 --- scumm/intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index d9105839d3..daf6e581c3 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -537,6 +537,7 @@ protected: virtual void writeArray(int array, int index, int base, int value); void shuffleArray(int num, int minIdx, int maxIdx); + void setDefaultCursor(); void setCursorTransparency(int a); void setCursorHotspot(int x, int y); -- cgit v1.2.3