diff --git a/BigBaseV2/src/structs/temp.hpp b/BigBaseV2/src/structs/temp.hpp index 321b4a9d..92332e4c 100644 --- a/BigBaseV2/src/structs/temp.hpp +++ b/BigBaseV2/src/structs/temp.hpp @@ -2,14 +2,16 @@ namespace big { + struct game_time + { + int hour = 0; + int minutes = 0; + }; + struct temp { - struct game_time - { - int hour = 0; - int minutes = 0; - }; int spoofed_rank = 0; + game_time time = game_time{}; int wanted_level = 0; }; } \ No newline at end of file