Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
there are random calls before "prestart" and we already use "random_new_deterministic" in that case.
  • Loading branch information
gfgtdf committed Jun 10, 2014
1 parent 5dad318 commit b39601d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/play_controller.cpp
Expand Up @@ -187,8 +187,6 @@ void play_controller::init(CVideo& video){
}

loadscreen::start_stage("load level");
// i currently assume that no random calls take place before the "prestart" event
// If i am wrong, use random_new_deterministic
recorder.set_skip(false);

if (level_["modify_placing"].to_bool()) {
Expand Down

0 comments on commit b39601d

Please sign in to comment.