Moved mouse cursor loading/handling to Input class.

svn-id: r34206
This commit is contained in:
Nicola Mettifogo 2008-08-30 10:27:20 +00:00
parent 4e7205af36
commit 0a387bca12
11 changed files with 176 additions and 169 deletions

View file

@ -392,7 +392,7 @@ bool Parallaction_ns::loadGame() {
GUI::TimedMessageDialog dialog("Loading game...", 1500);
dialog.runModal();
setArrowCursor();
_input->setArrowCursor();
return true;
}