You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Fog is permanently set to "Fog of War" during campaign mode. Even it is set to "Mist" before the starting the campaign, it is reset, not only in the game, but in the config file.
Fortunately the fix is simple. The file involved is init.c. The line number is 428.
Change:
war_SetFog(false);
to
war_SetFog(war_GetFog());
This fix has been tested.
Issue migrated from trac:561 at 2022-04-15 18:22:05 -0700
The text was updated successfully, but these errors were encountered:
resolution_fixed
type_bug
| by VermithraxFog is permanently set to "Fog of War" during campaign mode. Even it is set to "Mist" before the starting the campaign, it is reset, not only in the game, but in the config file.
Fortunately the fix is simple. The file involved is init.c. The line number is 428.
Change:
war_SetFog(false);
to
war_SetFog(war_GetFog());
This fix has been tested.
Issue migrated from trac:561 at 2022-04-15 18:22:05 -0700
The text was updated successfully, but these errors were encountered: