| 1036 | } |
| 1037 | |
| 1038 | void AddL3Door(int i, int x, int y, int ot) |
| 1039 | { |
| 1040 | object[i]._oDoorFlag = TRUE; |
| 1041 | if (ot == OBJ_L3LDOOR) |
| 1042 | ObjSetMicro(x, y, 531); |
| 1043 | else |
| 1044 | ObjSetMicro(x, y, 534); |
| 1045 | object[i]._oVar4 = 0; |
| 1046 | } |
| 1047 | |
| 1048 | void AddSarc(int i) |
| 1049 | { |
no test coverage detected