From 1ab811c4ec3bdbc97d56fa648ea66954bff3f467 Mon Sep 17 00:00:00 2001 From: David Eriksson Date: Tue, 28 Oct 2003 14:19:11 +0000 Subject: Safer use of dynalum. svn-id: r10991 --- queen/display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'queen/display.h') diff --git a/queen/display.h b/queen/display.h index 5c5a2e2f6b..24608b3345 100644 --- a/queen/display.h +++ b/queen/display.h @@ -43,6 +43,8 @@ enum JoePalette { struct Dynalum { + bool haveMsk; + bool haveLum; uint8 msk[50 * 160]; int8 lum[8 * 3]; uint8 prevColMask; -- cgit v1.2.3