diff options
Diffstat (limited to 'scumm/scumm.cpp')
| -rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 56da24d0f4..41dddf17c2 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1516,6 +1516,7 @@ void ScummEngine::scummInit() { _string[i]._default.ypos = 5; } _string[i]._default.right = _screenWidth - 1; + _string[i]._default.height = 0; _string[i]._default.color = 0xF; _string[i]._default.center = 0; _string[i]._default.charset = 0; |
