FREESCAPE: initialize _inkColor and _paperColor from Area object

This commit is contained in:
neuromancer 2023-01-20 09:32:25 +01:00
parent 8f775a4cc2
commit 8c14ff08e0

View File

@ -69,6 +69,8 @@ Area::Area(uint16 areaID_, uint16 areaFlags_, ObjectMap *objectsByID_, ObjectMap
_groundColor = 255;
_usualBackgroundColor = 255;
_underFireBackgroundColor = 255;
_inkColor = 255;
_paperColor = 255;
_gasPocketRadius = 0;