aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-13 05:00:28 +0200
committerWillem Jan Palenstijn2015-12-23 21:34:01 +0100
commitaad3b063b388e3d8cf4b4cc88bfc1d311d800c1b (patch)
tree3e308d5d35febd510ef4aaab23d4cf9549351a98
parentcd85e5dd34dbf2431778d32be228bde327ddeda1 (diff)
downloadscummvm-rg350-aad3b063b388e3d8cf4b4cc88bfc1d311d800c1b.tar.gz
scummvm-rg350-aad3b063b388e3d8cf4b4cc88bfc1d311d800c1b.tar.bz2
scummvm-rg350-aad3b063b388e3d8cf4b4cc88bfc1d311d800c1b.zip
LAB: The mouse cursor data is constant
-rw-r--r--engines/lab/eventman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/eventman.cpp b/engines/lab/eventman.cpp
index 2b39397c1d..e44771952a 100644
--- a/engines/lab/eventman.cpp
+++ b/engines/lab/eventman.cpp
@@ -39,7 +39,7 @@
namespace Lab {
-static byte mouseData[] = {
+static const byte mouseData[] = {
1, 1, 0, 0, 0, 0, 0, 0, 0, 0,
1, 7, 1, 0, 0, 0, 0, 0, 0, 0,
1, 7, 7, 1, 0, 0, 0, 0, 0, 0,