Moved comment.

This commit is contained in:
Caball009
2026-07-20 01:02:52 +02:00
parent 157092c56d
commit 5c7d1af309
+2 -1
View File
@@ -157,11 +157,12 @@ namespace // demo class
if (!parse_demo(file_, buffer_, post_map_header_file_offset_, pred_data_, pred_data_index_, gs_)) if (!parse_demo(file_, buffer_, post_map_header_file_offset_, pred_data_, pred_data_index_, gs_))
{ {
if (is_demo_repeating() && *game::mp::connstate != game::CA_DISCONNECTED) if (is_demo_repeating() && *game::mp::connstate != game::CA_DISCONNECTED)
{ // don't repeat demo if it was stopped manually {
repeat(); repeat();
} }
else else
{ {
// don't repeat demo if it was stopped manually
stop(); stop();
} }
} }