mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
fix
This commit is contained in:
parent
dfe78c51d0
commit
9265fe197b
@ -152,14 +152,10 @@ void draw_at(transmatrix T, color_t col) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void draw_magma() {
|
void draw_magma() {
|
||||||
if() {
|
if(heps.empty()) make();
|
||||||
if(heps.empty()) make();
|
transmatrix V = ggmatrix(currentmap->gamestart());
|
||||||
transmatrix V = ggmatrix(currentmap.gamestart());
|
for(auto h: heps)
|
||||||
println(hlog, "V = ", V);
|
draw_at(V * h.first, h.second);
|
||||||
for(auto h: heps)
|
|
||||||
draw_at(V * h.first, h.second);
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int readArgs() {
|
int readArgs() {
|
||||||
|
Loading…
Reference in New Issue
Block a user