diff options
Diffstat (limited to 'engines/gob/inter_v2.cpp')
| -rw-r--r-- | engines/gob/inter_v2.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/engines/gob/inter_v2.cpp b/engines/gob/inter_v2.cpp index 5ac41a5007..688f52a155 100644 --- a/engines/gob/inter_v2.cpp +++ b/engines/gob/inter_v2.cpp @@ -1375,9 +1375,7 @@ void Inter_v2::o2_initScreen() {  	if (height > 0)  		_vm->_video->_surfHeight = height; -	if (offY != 0) -		warning("Inter_v2::o2_initScreen(): Stub: Horizontal split (%d/%d)", -				_vm->_video->_surfHeight - offY, offY); +	_vm->_video->_splitHeight = _vm->_video->_surfHeight - offY;  	_vm->_draw->closeScreen();  	_vm->_util->clearPalette(); | 
