Skip to content

Commit

Permalink
Revert incorrect style change
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Sep 17, 2024
1 parent 3285a81 commit 6902648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ASM/c/models.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ typedef struct {
void models_init();
void models_reset();

void lookup_model_by_override(model_t *model, override_t override);
void lookup_model_by_override(model_t* model, override_t override);
void draw_model(model_t model, z64_actor_t* actor, z64_game_t* game, float base_scale);

#endif
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 = 1
supplementary_version = 2

# 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 6902648

Please sign in to comment.