From 0bcf492b56b7c0848c28a825638d20d1f0a44e15 Mon Sep 17 00:00:00 2001 From: Kp Date: Thu, 28 Nov 2013 00:21:46 +0000 Subject: [PATCH] Make system_name [][] from *[] --- similar/main/automap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/similar/main/automap.cpp b/similar/main/automap.cpp index 6501ec887..0d9aea136 100644 --- a/similar/main/automap.cpp +++ b/similar/main/automap.cpp @@ -412,7 +412,7 @@ static void draw_player( object * obj ) #if defined(DXX_BUILD_DESCENT_II) //name for each group. maybe move somewhere else -static const char *const system_name[] = { +static const char system_name[][17] = { "Zeta Aquilae", "Quartzon System", "Brimspark System",