mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 22:36:02 +00:00
HQ shot no longer disable cheat
This commit is contained in:
@@ -1011,7 +1011,6 @@ void saveHighQualityShot(const char *fname, const char *caption, int fade) {
|
||||
|
||||
dynamicval<videopar> v(vid, vid);
|
||||
dynamicval<bool> v2(inHighQual, true);
|
||||
dynamicval<int> v4(cheater, 0);
|
||||
dynamicval<bool> v6(auraNOGL, fname ? true : false);
|
||||
|
||||
vid.xres = vid.yres = pngres;
|
||||
|
Reference in New Issue
Block a user