This commit is contained in:
veclavtalica
2025-01-31 05:11:10 +03:00
parent 3f264ca0ad
commit 24e8dc052d
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ bool start_sanity_timer(uint32_t milliseconds_to_expire) {
}
bool end_sanity_timer(void) {
void end_sanity_timer(void) {
SDL_RemoveTimer(sanity_timer);
sanity_timer = 0;
}