1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

ads-game:: underlying/spacetime views

This commit is contained in:
Zeno Rogue
2022-10-14 01:01:50 +02:00
parent a7ca4c2902
commit 45141a9df0
6 changed files with 294 additions and 58 deletions

View File

@@ -247,6 +247,11 @@ void ads_crash_ship() {
void handle_crashes() {
if(paused) return;
if(rotspace) {
if(!currentmap) { println(hlog, "no currentmap!"); return; }
PIU({ handle_crashes(); });
return;
}
vector<ads_object*> missiles;
vector<ads_object*> rocks;
vector<ads_object*> resources;