aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c
index 6f2e093..a6fdf24 100644
--- a/src/world.c
+++ b/src/world.c
@@ -516,6 +516,7 @@ void generateWorldSamanthasPlace(World* world, const Assets* assets,
Entity samantha = createEntity(SAMANTHA, Vector3Add(center,
SAMANTHA_OFFSET));
world->entities[*placeId] = samantha;
+ *placeId = *placeId + 1;
// Trashcans yippee!
Vector3 trashPosition = (Vector3){-SAMANTHAS_SPOT,