mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-26 19:37:40 +00:00
drawcell parameter is now cell, not cellwalker (need to check half-elliptic)
This commit is contained in:
@@ -643,8 +643,6 @@ color_t distribute_color(int id) {
|
||||
void celldrawer::do_viewdist() {
|
||||
if(behindsphere(V)) return;
|
||||
|
||||
cell *c = cw.at;
|
||||
|
||||
int cd = (use_color_codes || number_coding == ncDistance || number_coding == ncDebug) ? curr_dist(c) : 0;
|
||||
|
||||
if(use_color_codes) {
|
||||
|
||||
Reference in New Issue
Block a user