prevent oob

This commit is contained in:
KikooDX 2021-12-20 18:10:19 +01:00
parent 1139d1a7fe
commit 75e89155e9
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ enum Tile {
TILE_BURN_RED,
TILE_BURN_BLUE,
TILE_COUNT,
TILE_OOB,
TILE_OOB = TILE_BURN,
};