mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
ads-game:: less expensive
This commit is contained in:
parent
b1baf393ba
commit
fa1f237f37
@ -129,7 +129,7 @@ void draw_game_cell(cell *cs, ads_matrix V, ld plev) {
|
||||
|
||||
bool view_ads_game() {
|
||||
auto plev = cgi.plevel; /* we are in another CGI so we have no access to that... */
|
||||
gen_budget = 5;
|
||||
gen_budget = 3;
|
||||
displayed.clear();
|
||||
|
||||
vctr = new_vctr;
|
||||
|
@ -67,7 +67,7 @@ void compute_life(cell *c, transmatrix S1, const worldline_visitor& wv) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}, 20);
|
||||
}, 10);
|
||||
if(!next_c) return;
|
||||
S1 = next_S1;
|
||||
cur_w = next_w;
|
||||
|
Loading…
Reference in New Issue
Block a user