diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-11 22:00:33 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-11 22:00:33 -0600 |
commit | c759231e1e8570ffe5fdda2f1eb5d011b1c6a29f (patch) | |
tree | 698f507b15e4fcb7dc25aa61c445ffbc3b604ac5 /src/game.c | |
parent | dc23e1b7eafb595808ba161a4b91c8ce49af279f (diff) |
Guided missile somewhat worky
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_MARESCIALLO, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()} + (WorldEntry){ENTITY_GUIDED_MISSILE, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()} }; addEntriesToWorld( |