Skip to content

Commit

Permalink
Revert more incorrect style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Sep 17, 2024
1 parent 6902648 commit 3b82ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ASM/c/pots.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void draw_flying_pot_hack(z64_actor_t* actor, z64_game_t* game) {
draw_pot(actor, game);
}

void ObjTsubo_SpawnCollectible_Hack(z64_actor_t *this, z64_game_t *game) {
void ObjTsubo_SpawnCollectible_Hack(z64_actor_t* this, z64_game_t* game) {
// If the pot contains an override that hasn't been collected, always drop
xflag_t* flag = &(Actor_GetAdditionalData(this)->flag);
if (flag->all && !Get_NewFlag(flag)) {
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '8.1.87'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 2
supplementary_version = 3

# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
# This will be 0x00 for main releases and 0x01 for main dev.
Expand Down

0 comments on commit 3b82ea5

Please sign in to comment.