mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-16 02:50:27 +00:00
do not draw own ghost while replaying
This commit is contained in:
parent
630bbe3945
commit
f29104db50
@ -77,7 +77,7 @@ void frame() {
|
||||
if(g.history[s].timer < t) a = s + 1;
|
||||
else b = s;
|
||||
}
|
||||
if(b < isize(g.history)) g.history[b].draw_unilcycle(V, g.cs);
|
||||
if(b < isize(g.history) && g.history[b].where != curlev->current.where) g.history[b].draw_unilcycle(V, g.cs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user