mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-30 05:23:00 +00:00
ads-game:: display other frames of reference while paused
This commit is contained in:
@@ -194,6 +194,7 @@ void crash_ship() {
|
||||
}
|
||||
|
||||
void handle_crashes() {
|
||||
if(paused) return;
|
||||
vector<ads_object*> missiles;
|
||||
vector<ads_object*> rocks;
|
||||
vector<ads_object*> resources;
|
||||
|
||||
Reference in New Issue
Block a user