mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #2264
2264: Add Entites off sign to front layer (fixes #2261) r=Learath2 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
c4d71c7ef4
Binary file not shown.
Before Width: | Height: | Size: 323 KiB After Width: | Height: | Size: 274 KiB |
|
@ -38,6 +38,7 @@ bool IsValidFrontTile(int Index)
|
|||
|| (Index >= TILE_TELE_GRENADE_ENABLE && Index <= TILE_TELE_GRENADE_DISABLE)
|
||||
|| (Index >= TILE_TELE_LASER_ENABLE && Index <= TILE_TELE_LASER_DISABLE)
|
||||
|| (Index >= TILE_NPC_START && Index <= TILE_NPH_START)
|
||||
|| (Index >= TILE_ENTITIES_OFF_1 && Index <= TILE_ENTITIES_OFF_2)
|
||||
|| IsValidEntity(Index)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue