From e3efa056d2e0c738fed24de830f9ae7f13c66ad9 Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Wed, 17 Oct 2001 07:12:37 +0000 Subject: fixed nasty signed/unsigned bug svn-id: r3437 --- scumm.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scumm.h') diff --git a/scumm.h b/scumm.h index e01d0bb117..0363a4af92 100644 --- a/scumm.h +++ b/scumm.h @@ -17,6 +17,9 @@ * * Change Log: * $Log$ + * Revision 1.10 2001/10/17 07:12:37 strigeus + * fixed nasty signed/unsigned bug + * * Revision 1.9 2001/10/16 20:31:27 strigeus * misc fixes * @@ -100,7 +103,7 @@ struct VirtScreen { uint16 width,height; uint16 size; byte alloctwobuffers; - byte fourlinesextra; + byte scrollable; uint16 xstart; byte tdirty[40]; byte bdirty[40]; -- cgit v1.2.3