mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-22 11:27:03 +00:00
no ship history after game_over
This commit is contained in:
parent
9799ff1ccf
commit
fc184640d3
@ -189,7 +189,7 @@ bool ads_turn(int idelta) {
|
||||
else if(a[16+9]) tc = pt;
|
||||
else if(a[16+10]) tc = -pt;
|
||||
|
||||
if(!paused) {
|
||||
if(!paused && !game_over) {
|
||||
auto& v = ci_at[hybrid::get_where(vctr).first].shipstates;
|
||||
v.emplace_back();
|
||||
v.back().at = ads_inverse(current * vctrV) * spin((ang+90)*degree);
|
||||
|
Loading…
x
Reference in New Issue
Block a user