mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 12:18:05 +00:00
Corrected error message.
svn-id: r18395
This commit is contained in:
parent
620a8c5822
commit
1386108adb
@ -302,7 +302,7 @@ public:
|
||||
|
||||
int16 pop() {
|
||||
if (_stackTopIndex >= _stackSize) {
|
||||
error("ScriptThread::push() stack underflow");
|
||||
error("ScriptThread::pop() stack underflow");
|
||||
}
|
||||
return (int16)_stackBuf[_stackTopIndex++];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user