Fix typo, remove old size check

This commit is contained in:
GriffinR
2024-10-12 03:30:35 -04:00
parent 9f31b0fe90
commit a2a3255bdd
2 changed files with 5 additions and 7 deletions

View File

@@ -296,7 +296,7 @@
// Each object event template gets an ID that can be used to refer to it in scripts and elsewhere.
// This is referred to as the "local id" (and it's really just 1 + its index in the templates array).
// There are a few special IDs reserved for objects that don't have a templates in the map data -- one for the player
// There are a few special IDs reserved for objects that don't have templates in the map data -- one for the player
// in regular offline play, five for linked players while playing Berry Blender, and one for an invisible object that
// can be spawned for the camera to track instead of the player. Additionally, the value 0 is reserved as an "empty" indicator.
#define LOCALID_NONE 0