ICB: Commented out not used variable in struct

This commit is contained in:
Pawel Kolodziejski 2020-09-20 20:11:43 +02:00
parent ca10bc0ee1
commit 0cd40cab44

View File

@ -77,7 +77,7 @@ void AddDynamicLight(PSXLampList &lamplist, _logic *log);
typedef struct {
uint16 x0, y0, z0;
uint16 x1, y1, z1;
uint16 map[0];
// uint16 map[0];
} _px_prop_zmap_;
#ifdef _MSC_VER
#pragma warning(default : 4200)