aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 49ce1f98d6..4300d8e42f 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -334,7 +334,7 @@ void Scumm::CHARSET_1() {
gdi._mask = _charset->_str;
}
-void Scumm::drawDescString(byte *msg) {
+void Scumm::drawDescString(const byte *msg) {
byte c, *buf, buffer[256];
buf = _msgPtrToAdd = buffer;