Implemented scrolling and split screen (for the text field, the bottom 40 lines) in Gob3
svn-id: r26387
This commit is contained in:
parent
96c6ae041f
commit
ce8bfbb46e
5 changed files with 50 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue