diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-09 21:53:50 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-09 21:53:50 -0600 |
commit | 87b86d92c27a6fb83d0d09365a36d8a98ba0b24b (patch) | |
tree | 7f5d6325eff8ceca912b437228b1441ff6f7a9b5 /src/game.c | |
parent | f12d27b1d87d3bf436abb8ded2d16b8c01746138 (diff) |
Added mussolini face player thingy
Diffstat (limited to 'src/game.c')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |