| 1094 | } |
| 1095 | |
| 1096 | void AddBarrel(int i, int t) |
| 1097 | { |
| 1098 | object[i]._oVar1 = 0; |
| 1099 | object[i]._oRndSeed = GetRndSeed(); |
| 1100 | object[i]._oVar2 = random_(149, 10); |
| 1101 | object[i]._oVar3 = random_(149, 3); |
| 1102 | |
| 1103 | if (object[i]._oVar2 >= 8) |
| 1104 | object[i]._oVar4 = PreSpawnSkeleton(); |
| 1105 | } |
| 1106 | |
| 1107 | void AddShrine(int i) |
| 1108 | { |
no test coverage detected