forked from alterware/iw6-mod
Moved comment.
This commit is contained in:
@@ -157,11 +157,12 @@ namespace // demo class
|
||||
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)
|
||||
{ // don't repeat demo if it was stopped manually
|
||||
{
|
||||
repeat();
|
||||
}
|
||||
else
|
||||
{
|
||||
// don't repeat demo if it was stopped manually
|
||||
stop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user