aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-10 12:20:13 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-10 12:20:13 -0600
commit061e3371e860d498baf5eb85386fd638ab7f90f9 (patch)
treee7e45636e190517496dbe616cd1d3081e9fe23d5 /src/game.c
parent989621071dc8ce292ca8c985cfed887c88f121ce (diff)
Reinstalling linux again lol
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 a077246..c820fef 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, 100.0}, QuaternionIdentity()}
+ (WorldEntry){ENTITY_MARESCIALLO, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()}
};
addEntriesToWorld(