From df685592e096ca6593aab56de3422af08f349df1 Mon Sep 17 00:00:00 2001 From: MaddMugsy Date: Fri, 9 Jun 2006 15:36:42 +0000 Subject: [PATCH] -put back the INT8 bType git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@214 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- TileEngine/LightEffects.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TileEngine/LightEffects.h b/TileEngine/LightEffects.h index 2be95ded0..78aaa9795 100644 --- a/TileEngine/LightEffects.h +++ b/TileEngine/LightEffects.h @@ -19,6 +19,7 @@ typedef struct UINT8 bRadius; // the current radius UINT8 bAge; // the number of turns light has been around BOOLEAN fAllocated; + INT8 bType; INT32 iLight; UINT32 uiTimeOfLastUpdate;