mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
and more share code
svn-id: r7150
This commit is contained in:
@@ -2375,18 +2375,6 @@ int Scumm_v5::getWordVararg(int *ptr) {
|
||||
return i;
|
||||
}
|
||||
|
||||
int Scumm_v5::getVarOrDirectWord(byte mask) {
|
||||
if (_opcode & mask)
|
||||
return readVar(fetchScriptWord());
|
||||
return (int16)fetchScriptWord();
|
||||
}
|
||||
|
||||
int Scumm_v5::getVarOrDirectByte(byte mask) {
|
||||
if (_opcode & mask)
|
||||
return readVar(fetchScriptWord());
|
||||
return fetchScriptByte();
|
||||
}
|
||||
|
||||
void Scumm_v5::decodeParseString() {
|
||||
int textSlot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user