Added objective count in maze
This commit is contained in:
parent
c093cc95c7
commit
7a7e9d9d18
3 changed files with 4 additions and 1 deletions
|
@ -43,6 +43,7 @@ Maze::Maze(const std::string& maze_map, unsigned int scaling_factor, const Textu
|
|||
}
|
||||
}
|
||||
|
||||
total_objectives = objective_positions.size();
|
||||
preapre_display_list();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue