| 1045 | } |
| 1046 | |
| 1047 | void AddUnLight(int i) |
| 1048 | { |
| 1049 | if (lightflag || i == -1) { |
| 1050 | return; |
| 1051 | } |
| 1052 | |
| 1053 | LightList[i]._ldel = 1; |
| 1054 | dolighting = TRUE; |
| 1055 | } |
| 1056 | |
| 1057 | void ChangeLightRadius(int i, int r) |
| 1058 | { |
no outgoing calls
no test coverage detected