- Changed the hue change mechanic (store the info in the ScreenBuffer instead of a separate list) (refs #66)

This commit is contained in:
2011-03-30 20:52:24 +02:00
parent 4c76aafe47
commit abe62e13b8
2 changed files with 33 additions and 63 deletions

View File

@@ -265,6 +265,7 @@ type
State: TScreenState;
Highlighted: Boolean;
HueOverride: Boolean;
Hue: Word;
CheckRealQuad: Boolean;
Translucent: Boolean;
WalkRestriction: TWalkRestriction;