mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
revZ in hybri
This commit is contained in:
parent
2acc866958
commit
c7a5de1477
@ -16,7 +16,7 @@ ld eyepos;
|
||||
#define S (cgi.scalefactor / 0.805578)
|
||||
#define SH (cgi.scalefactor / 0.805578 * vid.height_width / 1.5)
|
||||
|
||||
#define revZ ((WDIM == 2 || prod) ? -1 : 1)
|
||||
#define revZ ((WDIM == 2 || hybri) ? -1 : 1)
|
||||
|
||||
hyperpoint shcenter;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user