Home
last modified time | relevance | path

Searched refs:objectProtoCount (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Denchant.cpp36 extern int16 objectProtoCount; // object prototype count
55 assert(enchantmentProto < objectProtoCount); in EnchantObject()
H A Dobjects.cpp70 int16 objectProtoCount, // object prototype count variable
2527 objectProtoCount = listRes->size(objProtoID) in initPrototypes()
2530 if (objectProtoCount < 1) in initPrototypes()
2539 for (int i = 0; i < objectProtoCount; i++) { in initPrototypes()
H A Dsagafunc.cpp3728 extern int16 objectProtoCount;
3747 assert(args[0] < objectProtoCount); in scriptGetObjectBasePrice()