aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-07-31 22:10:56 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-07-31 22:10:56 -0600
commit7259478c55bcf1eb717ee1b846522121ef5fd7f3 (patch)
tree0db8157bc6f29efb70719b4fa454afa48bb6cb72 /src/game.c
parentbd8c36eb68cdc4f0f4224e7b9103774fd5c96156 (diff)
Maresciallo fly away shit
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index c315870..53cdeba 100644
--- a/src/game.c
+++ b/src/game.c
@@ -35,7 +35,7 @@ void initGame(Game * game) {
WorldEntry entries[2] = {
(WorldEntry){ENTITY_ANTIFA, (Vector3){0.0, 0.0, 0.0}, QuaternionIdentity()},
- (WorldEntry){ENTITY_SERGENTE, (Vector3){0.0, 0.0, 10.0}, QuaternionIdentity()}
+ (WorldEntry){ENTITY_MARESCIALLO, (Vector3){0.0, 0.0, 10.0}, QuaternionIdentity()}
};
addEntriesToWorld(