From 845ba951e466cd4369362fa070754615ff58b385 Mon Sep 17 00:00:00 2001 From: daveluff Date: Fri, 23 Jan 2004 18:38:02 +0000 Subject: [PATCH] Melchior found another way to crash it --- src/ATC/ground.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/ground.hxx b/src/ATC/ground.hxx index 1a8a94cd2..b0cf1f3d8 100644 --- a/src/ATC/ground.hxx +++ b/src/ATC/ground.hxx @@ -326,7 +326,7 @@ private: // Logical runway details - this might change in the future. //runway_array_type runways; // STL way - Rwy runways[36]; // quick hack! + Rwy runways[37]; // quick hack! // Physical runway details double aptElev; // Airport elevation -- 2.39.5