diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-12-01 04:57:08 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-30 09:57:08 -0800 |
| commit | 009708773e255ae782fc5d49e061301f4450d2fc (patch) | |
| tree | d0b3dca3c8760ad00e9cf3581e9d14794b78ae92 /src/code/z_player_lib.c | |
| parent | 4c3fa3efd43a1c3a60760e4f5f0820a935ba10b7 (diff) | |
Player Docs: First 8 Start Modes (#1749)
* start mode docs
* better comments
* improve owl docs
* reorder comment to more important first
* brief comment
Diffstat (limited to 'src/code/z_player_lib.c')
| -rw-r--r-- | src/code/z_player_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index 85bc4aae6..1f27a4702 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -155,7 +155,7 @@ void func_801229A0(PlayState* play, Player* player) { } // Update function -void func_801229EC(Actor* thisx, PlayState* play) { +void Player_DoNothing(Actor* thisx, PlayState* play) { } s16 sMaskObjectIds[PLAYER_MASK_MAX - 1] = { |
