diff options
Diffstat (limited to 'src/world.odin')
| -rw-r--r-- | src/world.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.odin b/src/world.odin index 4f3ee7f..1e22cb1 100644 --- a/src/world.odin +++ b/src/world.odin @@ -7,7 +7,7 @@ Object_Spawner :: proc(Object_Resource) current_room: Room_Position_Resource object_spawners := [Object_Type]Object_Spawner{ - .PLAYER_SPAWN = player_spawn_object_spawner, + .PLAYER_SPAWN = object_spawner_player_spawn, } @(private = "file") |
