aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-26 13:14:57 +0000
committerMax Horn2003-05-26 13:14:57 +0000
commit8eec984eb7aecf0afeff116e82acaefcdd377d3b (patch)
tree65203ec6416d1bccd40ef57c4aa7121b018d2f79 /scumm/string.cpp
parentbf565613b2daaf7b3e3a75ab4715517265ddadf8 (diff)
downloadscummvm-rg350-8eec984eb7aecf0afeff116e82acaefcdd377d3b.tar.gz
scummvm-rg350-8eec984eb7aecf0afeff116e82acaefcdd377d3b.tar.bz2
scummvm-rg350-8eec984eb7aecf0afeff116e82acaefcdd377d3b.zip
more const qualifiers
svn-id: r8002
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;