mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
more const qualifiers
svn-id: r8002
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user