diff options
author | Joshua Langley <joshlangley[at]optusnet.com.au> | 2007-08-08 09:39:47 +0000 |
---|---|---|
committer | Joshua Langley <joshlangley[at]optusnet.com.au> | 2007-08-08 09:39:47 +0000 |
commit | 22e0f62f96c9b610569f21b4b6a8303966fdae2b (patch) | |
tree | 3c0b037ebd0b2a35a40e72ea583f725255f34209 /src | |
parent | f80ff244eea2c3e6b37acf156f0d6933220d2cce (diff) | |
download | mana-client-22e0f62f96c9b610569f21b4b6a8303966fdae2b.tar.gz mana-client-22e0f62f96c9b610569f21b4b6a8303966fdae2b.tar.bz2 mana-client-22e0f62f96c9b610569f21b4b6a8303966fdae2b.tar.xz mana-client-22e0f62f96c9b610569f21b4b6a8303966fdae2b.zip |
add "static" on boxPosition.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/equipmentwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |