Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 6, 2024
1 parent 3ecdcf3 commit 5fc31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ninja/Stamina/Content/init.d
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func void Ninja_Stamina_Menu(var int menuPtr) {
};

// Check if the script features are already present in the mod
Patch_Stamina_IntegratedSprintExists = (MEM_FindParserSymbol("IntegratedSprint") != -1);
Patch_Stamina_IntegratedSprintExists = (MEM_FindParserSymbol("IntegratedSprint") != -1);
Patch_Stamina_IntegratedStaminaExists = (MEM_FindParserSymbol("IntegratedStamina") != -1);

// Set non-existing values
Expand Down

0 comments on commit 5fc31d6

Please sign in to comment.