Browse Source

Index for pyramid.

Michał W. Urbańczyk 12 years ago
parent
commit
f927bca146
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/CObjectHandler.cpp

+ 2 - 0
lib/CObjectHandler.cpp

@@ -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;