You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/infcroya/croyaplayer.cpp: In member function 'void CroyaPlayer::SetOldClassNum(int)':
src/infcroya/croyaplayer.cpp:413:15: error: 'Class' is not a class, namespace, or enumeration
if (Class == Class::DEFAULT) {
^
src/infcroya/croyaplayer.cpp:414:11: error: 'Class' is not a class, namespace, or enumeration
Class = Class::MEDIC;
^
bam: 'c++ src/infcroya/croyaplayer.cpp' error 1
bam: error: a build step failed
The lua dependencys in other/infcroya/lua are only used when compiling with VS. But the cl compiler throws a bunch of errors
And when compiling with MinGW it fails on the lua.h include which makes sense. Even after i adjusted that it failed on a bunch of other things.
The text was updated successfully, but these errors were encountered: