1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 16:14:49 +00:00

sm:: flags are now flagtype, not int

This commit is contained in:
Zeno Rogue
2025-10-09 08:58:46 +02:00
parent 53a71fca29
commit 510331cc14
3 changed files with 33 additions and 33 deletions

View File

@@ -802,7 +802,7 @@ EX void take(string fname, const function<void()>& what IS(default_screenshot_co
dynamicval<bool> v2(inHighQual, true);
dynamicval<bool> v6(auraNOGL, true);
dynamicval<videopar> v(vid, vid);
dynamicval<int> v7(cmode, 0);
dynamicval<flagtype> v7(cmode, 0);
vid.smart_range_detail *= multiplier;
darken = 0;