| 97 | } |
| 98 | |
| 99 | void AddVileObjs() |
| 100 | { |
| 101 | SetObjMapRange(ObjIndex(26, 45), 1, 1, 9, 10, 1); |
| 102 | SetObjMapRange(ObjIndex(45, 46), 11, 1, 20, 10, 2); |
| 103 | SetObjMapRange(ObjIndex(35, 36), 7, 11, 13, 18, 3); |
| 104 | } |
| 105 | |
| 106 | void DRLG_SetMapTrans(char *sFileName) |
| 107 | { |
no test coverage detected