aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/computer.cpp
diff options
context:
space:
mode:
authorStrangerke2013-04-11 12:17:06 +0200
committerStrangerke2013-04-11 12:17:06 +0200
commit54e3df0140c2d37257132dc8a62520ec8febfc36 (patch)
tree7988e9e3d27b0716bc4378022b6ad9c1ff24aa7c /engines/hopkins/computer.cpp
parente56123b18f55e14a304480c905477813127146b2 (diff)
downloadscummvm-rg350-54e3df0140c2d37257132dc8a62520ec8febfc36.tar.gz
scummvm-rg350-54e3df0140c2d37257132dc8a62520ec8febfc36.tar.bz2
scummvm-rg350-54e3df0140c2d37257132dc8a62520ec8febfc36.zip
HOPKINS: Constify some functions and members
Diffstat (limited to 'engines/hopkins/computer.cpp')
-rw-r--r--engines/hopkins/computer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp
index 32d5548922..f51e1be494 100644
--- a/engines/hopkins/computer.cpp
+++ b/engines/hopkins/computer.cpp
@@ -994,7 +994,7 @@ void ComputerManager::saveScore() {
/**
* Display parts of the hiscore line
*/
-void ComputerManager::displayHiscoreLine(byte *objectData, int x, int y, int curChar) {
+void ComputerManager::displayHiscoreLine(const byte *objectData, int x, int y, int curChar) {
int idx = 36;
if (curChar == 100)