Vitalflea / Castle

AimTux for Windows
30 stars 27 forks source link

ItemDefinitionIndex #1

Closed heavenly closed 6 years ago

heavenly commented 6 years ago

Getting some errors in ItemDefinitionIndex. Error spot:

enum ItemDefinitionIndex GetItemIndex(const std::string);

Error code:

Error C3431 'ItemDefinitionIndex': a scoped enumeration cannot be redeclared as an unscoped enumeration

Stylite commented 6 years ago

Its a ghetto fix but remove enum infront of ItemDefinitionIndex

heavenly commented 6 years ago

@atiwiex worked, but now I crash when joining a game.