1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 02:28:05 +00:00

fixed the compilation without CAP_COMMANDLINE or without CAP_SVG or fakemobile

This commit is contained in:
Zeno Rogue
2018-07-22 12:50:03 +02:00
parent 4d2f79ba95
commit 329a2fa783
7 changed files with 26 additions and 16 deletions

View File

@@ -379,7 +379,8 @@ void drawStats() {
dynamicval<eModel> pm(pmodel, mdDisk);
dynamicval<videopar> v(vid, vid);
vid.alpha = vid.scale = 1;
calcparam(); set_projection(0);
calcparam();
stereo::set_projection(0);
if(haveMobileCompass()) {
initquickqueue();