| 1268 | } |
| 1269 | |
| 1270 | void AddTorturedBody(int i) |
| 1271 | { |
| 1272 | object[i]._oRndSeed = GetRndSeed(); |
| 1273 | object[i]._oAnimFrame = random_(0, 4) + 1; |
| 1274 | object[i]._oPreFlag = TRUE; |
| 1275 | } |
| 1276 | |
| 1277 | void GetRndObjLoc(int randarea, int *xx, int *yy) |
| 1278 | { |
no test coverage detected