We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda5a17 commit f0c2544Copy full SHA for f0c2544
1 file changed
src/d/d_com_inf_game.cpp
@@ -28,6 +28,7 @@
28
#include <dusk/ui/settings.hpp>
29
30
#include "dusk/string.hpp"
31
+#include "dusk/tphd/LosTable.hpp"
32
33
void dComIfG_play_c::ct() {
34
mWindowNum = 0;
@@ -2863,6 +2864,12 @@ BOOL dComIfGs_Wolf_Change_Check() {
2863
2864
is_wolf = true;
2865
}
2866
2867
+#if TARGET_PC
2868
+ if (dusk::tphd::is_los_active()) {
2869
+ is_wolf = true;
2870
+ }
2871
+#endif
2872
+
2873
OS_REPORT("dComIfGs_isSaveSwitch 12[%x] 13[%x]\n", dComIfGs_isSaveSwitch(12), dComIfGs_isSaveSwitch(13));
2874
2875
// Stage is Hyrule Field and Room is Eldin Gorge Entrance
0 commit comments