Skip to content

Commit

Permalink
TSAGE: Fix a glitch in setCursor()
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed May 10, 2011
1 parent 9511af6 commit 9b896e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/events.cpp
Expand Up @@ -158,8 +158,8 @@ void EventsClass::setCursor(CursorType cursorType) {
uint size;

switch (cursorType) {
case CURSOR_CROSSHAIRS:
// Crosshairs cursor
case OBJECT_STUNNER:
// Stunner cursor
cursor = _resourceManager->getSubResource(4, 1, 6, &size);
_globals->setFlag(122);
break;
Expand Down

0 comments on commit 9b896e4

Please sign in to comment.