aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-08-09 21:53:50 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-08-09 21:53:50 -0600
commit87b86d92c27a6fb83d0d09365a36d8a98ba0b24b (patch)
tree7f5d6325eff8ceca912b437228b1441ff6f7a9b5 /src/game.c
parentf12d27b1d87d3bf436abb8ded2d16b8c01746138 (diff)
Added mussolini face player thingy
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 480e086..bd1a09f 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_GENERALE, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()}
+ (WorldEntry){ENTITY_MUSSOLINI, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()}
};
addEntriesToWorld(