From 54e3df0140c2d37257132dc8a62520ec8febfc36 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 11 Apr 2013 12:17:06 +0200 Subject: HOPKINS: Constify some functions and members --- engines/hopkins/computer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hopkins/computer.cpp') 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) -- cgit v1.2.3