Skip to content

Commit

Permalink
thank you clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Sep 28, 2023
1 parent 1092639 commit eeda537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game_api/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ State& State::get()
strings_init();
init_state_update_hook();

auto mem = Memory::get();
auto watermark_offset = get_address("destroy_game_manager") - 8; // pulled this out of a hat, its just a random place with some CCCC hopefully
auto watermark = memory_read<uint32_t>(watermark_offset);
if (watermark != 0x4C4F4C4F)
Expand Down

0 comments on commit eeda537

Please sign in to comment.