HQ shot no longer disable cheat

This commit is contained in:
Zeno Rogue 2018-04-21 12:01:53 +02:00
parent 02ae1b442a
commit 1ec6e53cbc
1 changed files with 0 additions and 1 deletions

View File

@ -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;