Wargus / stratagus

The Stratagus strategy game engine
GNU General Public License v2.0
614 stars 115 forks source link

New Compiling Bugs #13

Closed timfel closed 8 years ago

timfel commented 8 years ago

Trying to compile revision 8305. Came up with the following errors:

C:\Games\Stratagus\trunk\src\ui\mainscr.cpp(714): error C3490: 'CurrMng' cannot be modified because it is being accessed through a const object C:\Games\Stratagus\trunk\src\ui\mainscr.cpp(715): error C3490: 'NumIterations' cannot be modified because it is being accessed through a const object

They're the only thing stopping it from Compiling and Linking properly.


Imported from Launchpad using lp2gh.

timfel commented 8 years ago

(by pali) This error comes from commit https://bazaar.launchpad.net/~stratagus/stratagus/trunk/revision/8293 Happends only when MNG support is enabled.