mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 01:08:56 +00:00
ICB: Commented out not used variable in struct
This commit is contained in:
parent
ca10bc0ee1
commit
0cd40cab44
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user