CombinE88 / Medieval-Warfare

Medieval Warfare mod for OpenRa
GNU General Public License v3.0
21 stars 5 forks source link

Commit 232: 'WithHarvestAnimation' does not contain a definition for 'ChangeNot' #19

Closed fusion809 closed 5 years ago

fusion809 commented 5 years ago

Hi,

Commit 232 (b91c7bb9f0c1286759eff92c6d4059686d53efc6) presently fails to build with the error:

Detected Lua 5.1 library at /lib/liblua.so.5.1.5
Eluant.dll.config has been created successfully.
CSC fixheader.exe
CSC OpenRA.Game.exe
CSC OpenRA.Platforms.Default.dll
CSC mods/common/OpenRA.Mods.Common.dll
CSC mods/common/OpenRA.Mods.Cnc.dll
CSC mods/d2k/OpenRA.Mods.D2k.dll
CSC OpenRA.Utility.exe
CSC OpenRA.Server.exe
make[1]: Leaving directory '/data/GitHub/others/Medieval-Warfare/engine'
Traits/Activites/PreyBuildActiviy.cs(56,56): error CS1061: 'WithHarvestAnimation' does not contain a definition for 'ChangeNot' and no extension method 'ChangeNot' accepting a first argument of type 'WithHarvestAnimation' could be found (are you missing a using directive or an assembly reference?)
Traits/Activites/PreyBuildActiviy.cs(108,59): error CS1061: 'WithHarvestAnimation' does not contain a definition for 'ChangeNot' and no extension method 'ChangeNot' accepting a first argument of type 'WithHarvestAnimation' could be found (are you missing a using directive or an assembly reference?)

My OS is Arch Linux.

Thanks for your time, Brenton

CombinE88 commented 5 years ago

Should be fixed