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:
parent
0e8fa04d9f
commit
f927bca146
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user