| 203 | seedMT(ents.length() + hdr.maprevision); // static seed -> nothing random here |
| 204 | |
| 205 | loopv(ents) |
| 206 | { |
| 207 | entity &e = ents[i]; |
| 208 | if(e.type==LIGHT) calclightsource(e); |
| 209 | } |
| 210 | |
| 211 | popMT(); // undo the static seedMT() from above |
| 212 |
no test coverage detected