| 238 | //--------------------------------------------------------------------------- |
| 239 | |
| 240 | void SerializeAutomap(FSerializer& arc) |
| 241 | { |
| 242 | if (arc.BeginObject("automap")) |
| 243 | { |
| 244 | arc("automapping", automapping) |
| 245 | ("fullmap", gFullMap) |
| 246 | ("mappedsectors", show2dsector) |
| 247 | ("mappedwalls", show2dwall) |
| 248 | .EndObject(); |
| 249 | } |
| 250 | } |
| 251 | |
| 252 | |
| 253 | //--------------------------------------------------------------------------- |
no test coverage detected