more const qualifiers

svn-id: r8002
This commit is contained in:
Max Horn
2003-05-26 13:14:57 +00:00
parent bf565613b2
commit 8eec984eb7
6 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -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;