Moved mouse cursor loading/handling to Input class.
svn-id: r34206
This commit is contained in:
parent
4e7205af36
commit
0a387bca12
11 changed files with 176 additions and 169 deletions
|
@ -392,7 +392,7 @@ bool Parallaction_ns::loadGame() {
|
|||
GUI::TimedMessageDialog dialog("Loading game...", 1500);
|
||||
dialog.runModal();
|
||||
|
||||
setArrowCursor();
|
||||
_input->setArrowCursor();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue