diff options
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r-- | scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index f00835d6e4..b96eaec65b 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -675,7 +675,7 @@ void Scumm::addVerbToStack(int var) void Scumm::addNameToStack(int var) { int num; - byte *ptr = 0; + const byte *ptr = 0; num = readVar(var); if (num) |