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

ads-game:: show the (approximate) future

This commit is contained in:
Zeno Rogue
2022-09-18 11:24:43 +02:00
parent d76b2156f2
commit eefb91501e
3 changed files with 22 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ bool ads_turn(int idelta) {
current_ship = current;
vctr_ship = vctr;
vctrV_ship = vctrV;
vctr_ship_base = hybrid::get_where(vctr_ship).first;
view_pt = 0;
}
else {