mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
fix compilation
svn-id: r44945
This commit is contained in:
parent
cfc7b741f9
commit
29a6fdf367
@ -353,7 +353,7 @@ void SciGui::drawControlText(Common::Rect rect, reg_t obj, const char *text, int
|
||||
|
||||
Common::Rect screenRect = rect;
|
||||
screenRect.grow(1);
|
||||
_gfx->BitsShow(_screenRect, SCI_SCREEN_MASK_VISUAL);
|
||||
_gfx->BitsShow(screenRect, SCI_SCREEN_MASK_VISUAL);
|
||||
}
|
||||
|
||||
void SciGui::drawControlTextEdit(Common::Rect rect, reg_t obj, const char *text, int16 fontId, int16 mode, int16 style, int16 cursorPos, int16 maxChars, bool hilite) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user