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

After game start, turning animations on doesn't do anything #54

Closed fire-eggs closed 5 years ago

fire-eggs commented 5 years ago

Load a game (initial state of animiations is set OFF) With menu, turn on animations Do something requiring animations

Nothing happens

fire-eggs commented 5 years ago

All options menus impact Game.Animations, not Settings.Animations GameOptions.cs - MenuAnimations

So all references to Settings.Animations need to be reviewed for correctness. See ImprovementBuilt.cs, Run().

fire-eggs commented 5 years ago

Fixed.