diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-12-02 23:48:06 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-12-02 23:48:06 -0300 |
| commit | bbb96fec8d4b810aa092a0661d4795e3e8bae669 (patch) | |
| tree | 7ea621dc12d5eb4432c581ae5693c1cab1c4b0c2 /src/engine/fox_context.c | |
| parent | 542c756b2e4e0ce56944241577f7e767f25e6a71 (diff) | |
remove unnecessary code
Diffstat (limited to 'src/engine/fox_context.c')
| -rw-r--r-- | src/engine/fox_context.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c index 7396c973..b5fa2454 100644 --- a/src/engine/fox_context.c +++ b/src/engine/fox_context.c @@ -365,10 +365,10 @@ s32 gVsMatchWon; bool gVsMatchStart; bool gChangeTo360; Vec3f gTeamArrowsViewPos[10]; -f32 D_ctx_80177F20[65]; // Seem to be an early implementation of RadarMark -f32 D_ctx_80178028[65]; -f32 D_ctx_80178130[65]; -u8 D_ctx_80178238[65]; +// f32 D_ctx_80177F20[65]; // Seem to be an early implementation of RadarMark +// f32 D_ctx_80178028[65]; +// f32 D_ctx_80178130[65]; +// u8 D_ctx_80178238[65]; Player* gPlayer; f32* gStarOffsetsX; f32* gStarOffsetsY; |
