1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-19 21:10:12 +02:00

* very important bugfix

This commit is contained in:
mateuszb 2013-02-07 20:53:21 +00:00
parent f1c78e3260
commit 043c7c52a3

@ -428,8 +428,12 @@ struct VectorizedIDType
//if
mpl::eval_if<boost::is_same<CArtifact,U>,
mpl::identity<ArtifactID::ArtifactID>,
//else if
mpl::eval_if<boost::is_same<CCreature,U>,
mpl::identity<CreatureID::CreatureID>,
//else
mpl::identity<si32>
>
>::type type;
};