aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-10-22 00:24:07 +0000
committerJohannes Schickel2005-10-22 00:24:07 +0000
commit4079dd03b14c393932699db988062d0c1e5548c5 (patch)
tree7995323a8ada6311dd90a88730acb3387a254134 /kyra/staticres.cpp
parentb18435125f7b69c1c23518edacb763f927bd55c8 (diff)
downloadscummvm-rg350-4079dd03b14c393932699db988062d0c1e5548c5.tar.gz
scummvm-rg350-4079dd03b14c393932699db988062d0c1e5548c5.tar.bz2
scummvm-rg350-4079dd03b14c393932699db988062d0c1e5548c5.zip
Implemented correct cursor handling.
svn-id: r19230
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index 709c0b7054..2918dd477f 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -301,15 +301,4 @@ const char *KyraEngine::_xmidiFiles[] = {
const int KyraEngine::_xmidiFilesCount = ARRAYSIZE(_xmidiFiles);
-const Cursor KyraEngine::_cursors[] = {
- { 0, 0, 8, 10 }, // 0: Regular cursor
- { 80, 18, 15, 10 }, // 1: Up arrow
- { 95, 18, 15, 10 }, // 2: Right arrow
- { 110, 18, 15, 10 }, // 3: Down arrow
- { 125, 18, 15, 10 }, // 4: Left arrow
- { 140, 18, 15, 10 } // 5: Stopsign
-};
-
-const int KyraEngine::_cursorsCount = ARRAYSIZE(_cursors);
-
} // End of namespace Kyra