mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 13:57:38 +00:00
HQ shot no longer increases the sight range (do this yourself)
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user