From 22e0f62f96c9b610569f21b4b6a8303966fdae2b Mon Sep 17 00:00:00 2001 From: Joshua Langley Date: Wed, 8 Aug 2007 09:39:47 +0000 Subject: add "static" on boxPosition. --- src/gui/equipmentwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/equipmentwindow.cpp b/src/gui/equipmentwindow.cpp index fb8da493..729e1283 100644 --- a/src/gui/equipmentwindow.cpp +++ b/src/gui/equipmentwindow.cpp @@ -38,7 +38,7 @@ #include "../utils/gettext.h" // Positions of the boxes, 2nd dimension is X and Y respectively. -const int boxPosition[][2] = { +static const int boxPosition[][2] = { {90, 100}, // EQUIP_TORSO_SLOT {135, 60}, // EQUIP_ARMS_SLOT {90, 10}, // EQUIP_HEAD_SLOT -- cgit v1.2.3-70-g09d2