Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/video.cc')
-rw-r--r--src/client/video.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/video.cc b/src/client/video.cc
index 6be4ff6..a957ef6 100644
--- a/src/client/video.cc
+++ b/src/client/video.cc
@@ -299,7 +299,7 @@ void set_cursor()
ui::root()->set_pointer();
- } else if (client()->mainwindow()->playerview()->map()->hover()) {
+ } else if (client()->mainwindow()->gamewindow()->map()->hover()) {
ui::root()->set_pointer("pointer");