1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 07:37:37 +00:00

Fixed merge

This commit is contained in:
Nikolay Korolev 2019-06-29 18:05:23 +03:00
parent 1d620f4b67
commit 01c04f3963

View file

@ -69,7 +69,6 @@ public:
static void Remove(CEntity *entity);
static void Add(CEntity *entity);
static void Remove(CEntity *ent);
static CSector *GetSector(int x, int y) { return &ms_aSectors[y][x]; }
static CPtrList &GetBigBuildingList(eLevelName i) { return ms_bigBuildingsList[i]; }