diff --git a/src/openrct2/sprites.h b/src/openrct2/sprites.h index 9d09e1e2ed..e3b0142de6 100644 --- a/src/openrct2/sprites.h +++ b/src/openrct2/sprites.h @@ -755,7 +755,7 @@ enum { // 0x60000, chosen because it's a round hex number // of the last possible range of image ID values that is large enough to fit all csg1 sprites. SPR_CSG_BEGIN = 393216, - + SPR_CSG_EDGE_BRICK_BASE = SPR_CSG_BEGIN + 40506, SPR_CSG_EDGE_IRON_BASE = SPR_CSG_BEGIN + 40590, SPR_CSG_EDGE_RED_BASE = SPR_CSG_BEGIN + 40926,