diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2025-05-19 16:42:11 -0600 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2025-05-19 16:42:11 -0600 |
| commit | 1eba8ebc17ba71435f8d91b876c35d05f5735de0 (patch) | |
| tree | cb650f8c2365f982c2162446d069e3b0a0d9b49d /src/spawn_players.c | |
| parent | c12225592a3aecc5dd3b059ebe222ed97d829cef (diff) | |
Fix interpolation camera bug
Diffstat (limited to 'src/spawn_players.c')
| -rw-r--r-- | src/spawn_players.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spawn_players.c b/src/spawn_players.c index 5e623577b..569042ca6 100644 --- a/src/spawn_players.c +++ b/src/spawn_players.c @@ -1194,6 +1194,10 @@ void func_8003D080(void) { } else { func_8003C0F0(); } + + // Init free cam + freecam_init(player->pos[0], player->pos[1], player->pos[2], player->rotation[1], 1, 4); + if (!gDemoMode) { switch (gActiveScreenMode) { case SCREEN_MODE_1P: |
