Wargus / stratagus

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

Cannot Compile Trunk 8698 -> Zoomable View Build #93

Closed timfel closed 8 years ago

timfel commented 8 years ago

Just downloaded the trunk release 8698 with the new zoomable view code, and everything compiles but I get ONE compile time error, and it is this that is preventing me from compiling successfully with VC2012.

4>..\src\map\tileset.cpp(367): error C2440: 'initializing' : cannot convert from 'const int ' to 'const int (&)[20]' 4> Reason: cannot convert from 'const int ' to 'const int [20]' 4> There are no conversions to array types, although there are conversions to references or pointers to arrays

Can we fix it so I can see what it looks like please? Thankyou in advance.


Imported from Launchpad using lp2gh.

timfel commented 8 years ago

(by joris-dauphin) fixed in rev. 8699

timfel commented 8 years ago

(by dinky-dye-aussie) Thankyou Joris. You're a Legend :)