equal
deleted
inserted
replaced
184 |
184 |
185 uint8 map_x; // Size of map |
185 uint8 map_x; // Size of map |
186 uint8 map_y; |
186 uint8 map_y; |
187 |
187 |
188 byte drag_signals_density; // many signals density |
188 byte drag_signals_density; // many signals density |
|
189 Year semaphore_build_before; // Build semaphore signals automatically before this year |
189 bool ainew_active; // Is the new AI active? |
190 bool ainew_active; // Is the new AI active? |
190 bool ai_in_multiplayer; // Do we allow AIs in multiplayer |
191 bool ai_in_multiplayer; // Do we allow AIs in multiplayer |
191 |
192 |
192 /* |
193 /* |
193 * New Path Finding |
194 * New Path Finding |