diff options
Diffstat (limited to 'src/code/z_player_call.c')
| -rw-r--r-- | src/code/z_player_call.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code/z_player_call.c b/src/code/z_player_call.c index eb52aff79..5838188ab 100644 --- a/src/code/z_player_call.c +++ b/src/code/z_player_call.c @@ -1,8 +1,8 @@ #include "kaleido_manager.h" -#include "z64actor.h" -#include "z64actor_profile.h" -#include "z64play.h" -#include "z64player.h" +#include "actor.h" +#include "actor_profile.h" +#include "play_state.h" +#include "player.h" #define FLAGS \ (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_HOSTILE | ACTOR_FLAG_UPDATE_CULLING_DISABLED | \ |
