1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 20:07:40 +00:00

nilrider:: loaded_or_planned flag

This commit is contained in:
Zeno Rogue
2022-05-06 12:56:08 +02:00
parent b0587572ae
commit 0dace6f3c2
4 changed files with 20 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ namespace nilrider {
hyperpoint get_spline(ld t);
bool level::simulate() {
loaded_or_planned = true;
if(history.empty())
history.push_back(start);
auto at = history.back();