mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-20 04:50:10 +00:00
HQ shot no longer increases the sight range (do this yourself)
This commit is contained in:
parent
90fb2da71b
commit
36775cb45c
@ -997,9 +997,9 @@ void saveHighQualityShot(const char *fname, const char *caption, int fade) {
|
|||||||
|
|
||||||
resetbuffer rb;
|
resetbuffer rb;
|
||||||
|
|
||||||
int maxrange = getDistLimit() * 3/2;
|
// int maxrange = getDistLimit() * 3/2;
|
||||||
|
|
||||||
dynamicval<int> v3(sightrange, (cheater && sightrange < maxrange) ? maxrange : sightrange);
|
// dynamicval<int> v3(sightrange, (cheater && sightrange < maxrange) ? maxrange : sightrange);
|
||||||
|
|
||||||
if(cheater) doOvergenerate();
|
if(cheater) doOvergenerate();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user