Reset all NewGRFData that was used only while processing data */
| 122 | |
| 123 | /** Reset all NewGRFData that was used only while processing data */ |
| 124 | static void ClearTemporaryNewGRFData(GRFFile *gf) |
| 125 | { |
| 126 | gf->labels.clear(); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Disable a GRF |
no test coverage detected