aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-08-06 19:15:14 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-08-06 19:15:14 -0600
commitf12d27b1d87d3bf436abb8ded2d16b8c01746138 (patch)
tree89cbad01569b0cf10a881bc571da5344ebbbe3f2 /src/game.c
parent0fae2327bbb24572f5c40236dcdaba4f4f8afb80 (diff)
Generale working
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 53cdeba..480e086 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_MARESCIALLO, (Vector3){0.0, 0.0, 10.0}, QuaternionIdentity()}
+ (WorldEntry){ENTITY_GENERALE, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()}
};
addEntriesToWorld(