Turned on all the warnings I could handle and made them into errors then fixed them all. Worldbuilder needs a refactor in random_path.
This commit is contained in:
parent
f3f875ee80
commit
128fc4f540
19 changed files with 85 additions and 85 deletions
2
gui.cpp
2
gui.cpp
|
@ -392,7 +392,7 @@ void GUI::run_systems() {
|
|||
auto player = $world.get_the<Player>();
|
||||
System::motion($world, $game_map);
|
||||
System::enemy_pathing($world, $game_map, player);
|
||||
System::lighting($world, $game_map, $lights, player);
|
||||
System::lighting($world, $game_map, $lights);
|
||||
System::collision($world, player);
|
||||
System::death($world);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue