Implemented scrolling and split screen (for the text field, the bottom 40 lines) in Gob3

svn-id: r26387
This commit is contained in:
Sven Hesse 2007-04-05 19:20:12 +00:00
parent 96c6ae041f
commit ce8bfbb46e
5 changed files with 50 additions and 4 deletions

View file

@ -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();