Fixed deaths causing a split when you gain a life then die.

This commit is contained in:
2018-04-28 18:39:28 -04:00
parent 77e3df884c
commit f8856f54df

View File

@@ -215,7 +215,7 @@ split
//TODO Make sure these conditions work correctly with when doing challange stages.
if( (vars.stage_id > 1) &&
(current.num_of_lives >= old.num_of_lives) &&
(current.num_of_lives == old.num_of_lives) &&
(current.stage_time > 0.5f) &&
(current.total_stage_time > 0.5f) &&
(current.is_paused == false) &&