1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-07 23:33:15 +02:00

There no point for struct MetaString and struct Component to have CPack as base

This commit is contained in:
AlexVinS
2016-11-18 16:58:22 +03:00
parent 6d13c8938c
commit ebb88f4133
2 changed files with 4 additions and 14 deletions

View File

@@ -1838,5 +1838,4 @@ DLL_LINKAGE void YourTurn::applyGs(CGameState *gs)
DLL_LINKAGE Component::Component(const CStackBasicDescriptor &stack)
: id(CREATURE), subtype(stack.type->idNumber), val(stack.count), when(0)
{
type = 2002;
}