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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user