Skip to content

Commit

Permalink
fix another oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Interesting-exe committed Oct 5, 2024
1 parent 82f652a commit 7364bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mempatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CMemPatch
bool PerformPatch(CGameConfig *gameConfig);
void UndoPatch();

uintptr_t *GetPatchAddress() { return m_pPatchAddress; }
uintptr_t GetPatchAddress() { return m_pPatchAddress; }

private:
CModule **m_pModule;
Expand Down

0 comments on commit 7364bee

Please sign in to comment.