diff options
-rw-r--r-- | scumm/gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h index a908646e66..f6117e017f 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -44,7 +44,7 @@ struct VirtScreen { /* Virtual screen areas */ int number; uint16 topline; uint16 width, height; - uint16 size; + int size; byte alloctwobuffers; bool scrollable; uint16 xstart; |