Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
twist84 committed Sep 22, 2024
1 parent 3b10041 commit d9eed2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions game/source/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,13 @@ void __cdecl main_loop()
void __cdecl sub_5077E0()
{
INVOKE(0x005077E0, sub_5077E0);

//if (input_key_frames_down(_key_code_print_screen, _input_type_ui) == 1)
//{
// s_key_state key{};
// input_get_key(&key, _input_type_ui);
// take_screenshot(); // 0060F420
//}
}

void __cdecl sub_641A60(real shell_seconds_elapsed)
Expand Down

0 comments on commit d9eed2b

Please sign in to comment.