diff options
author | Adrian Frühwirth | 2018-07-04 12:49:20 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-07-04 12:50:18 +0200 |
commit | d56d97c83ef4ae3da239dd37b55aea515422161a (patch) | |
tree | 5c2a27e370fd4fa529a30a6cb8a43984eb31632d /engines/tucker | |
parent | dd431526bed297298a4e42a47a95a73d70d8ccd3 (diff) | |
download | scummvm-rg350-d56d97c83ef4ae3da239dd37b55aea515422161a.tar.gz scummvm-rg350-d56d97c83ef4ae3da239dd37b55aea515422161a.tar.bz2 scummvm-rg350-d56d97c83ef4ae3da239dd37b55aea515422161a.zip |
TUCKER: Fix parameter name inconsistency in setCursorStyle()
Diffstat (limited to 'engines/tucker')
-rw-r--r-- | engines/tucker/tucker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h index e3748680fe..acdd741d22 100644 --- a/engines/tucker/tucker.h +++ b/engines/tucker/tucker.h @@ -466,7 +466,7 @@ protected: void waitForTimer(int ticksCount); void parseEvents(); void updateCursorPos(int x, int y); - void setCursorStyle(CursorStyle num); + void setCursorStyle(CursorStyle style); void setCursorState(CursorState state); void showCursor(bool visible); void setupNewLocation(); |