diff options
| -rw-r--r-- | scumm/script_v2.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index b680ea6231..feb5b05dd3 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -1174,6 +1174,8 @@ void Scumm_v2::o2_roomOps() {  	_opcode = fetchScriptByte();  	switch (_opcode & 0x1F) {  	case 1:											/* room scroll */ +		a *= 8; +		b *= 8;  		if (a < (_screenWidth / 2))  			a = (_screenWidth / 2);  		if (b < (_screenWidth / 2)) | 
