diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-06 19:15:14 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-06 19:15:14 -0600 |
commit | f12d27b1d87d3bf436abb8ded2d16b8c01746138 (patch) | |
tree | 89cbad01569b0cf10a881bc571da5344ebbbe3f2 /src/game.c | |
parent | 0fae2327bbb24572f5c40236dcdaba4f4f8afb80 (diff) |
Generale working
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, 10.0}, QuaternionIdentity()} + (WorldEntry){ENTITY_GENERALE, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()} }; addEntriesToWorld( |