1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Index for pyramid.

This commit is contained in:
Michał W. Urbańczyk 2013-10-13 16:05:41 +00:00
parent 0e8fa04d9f
commit f927bca146

View File

@ -279,6 +279,8 @@ int CObjectHandler::bankObjToIndex (const CGObjectInstance * obj)
return 9;
case Obj::SHIPWRECK:
return 7;
case Obj::PYRAMID:
return 21;
default:
logGlobal->warnStream() << "Unrecognized Bank indetifier!";
return 0;