From f51575563e22966f98c1f07d7bcba7ebab51e4d2 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 7 Apr 2006 12:57:40 +0000 Subject: Add scrolling code for oracle in FF svn-id: r21668 --- engines/simon/cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/simon/cursor.cpp') diff --git a/engines/simon/cursor.cpp b/engines/simon/cursor.cpp index 3b7725c7d7..2d54f3080b 100644 --- a/engines/simon/cursor.cpp +++ b/engines/simon/cursor.cpp @@ -224,7 +224,7 @@ static const byte _simon2_cursors[10][256] = { }; void SimonEngine::drawMousePointer() { - //debug(0, "Mouse %d Anim %d Max %d", _mouseCursor, _mouseAnim, _mouseAnimMax); + debug(0, "Mouse %d Anim %d Max %d", _mouseCursor, _mouseAnim, _mouseAnimMax); if (getGameType() == GType_SIMON2) _system->setMouseCursor(_simon2_cursors[_mouseCursor], 16, 16, 7, 7); -- cgit v1.2.3