mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
devmods:: fixed naming in manual-animation
This commit is contained in:
parent
6dfb531f9d
commit
09a4849a72
@ -204,10 +204,10 @@ bool trailer_handleKey(int sym, int uni) {
|
||||
// shot::shotx = 1920;
|
||||
// shot::shoty = 1080;
|
||||
shot::shot_aa = 2;
|
||||
solv::solrange_xy = 30;
|
||||
solv::solrange_z = 6;
|
||||
vid.cells_drawn_limit = 100000;
|
||||
vid.cells_generated_limit = 1000;
|
||||
solnihv::solrange_xy = 30;
|
||||
solnihv::solrange_z = 6;
|
||||
vid.cells_drawn_limit = 200000;
|
||||
vid.cells_generated_limit = 10000;
|
||||
// sightranges[geometry] = 4;
|
||||
static int lasti = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user