fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

Messages do not respect the "instant advice" setting #99

Open fire-eggs opened 5 years ago

fire-eggs commented 5 years ago

Various human messages (e.g. "ERROR/AMPHIB", "ERROR/ZOC") do not appear in Microprose unless Instant Advice option is ON.

CivOne currently displays those messages even if said setting is OFF.

Note: must check for side-effects.

fire-eggs commented 5 years ago

Search for all instances of Message.Error or "Civilization Note" and determine if they should not be displayed when the setting is off.