From 6419386c4c382753509425826ee609dd07d4ae72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 22:39:29 +0300 Subject: add const to other files. --- src/being/localplayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being') diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 4d42bc717..04bb2603a 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -1978,7 +1978,7 @@ void LocalPlayer::changeAttackWeaponType() &LocalPlayer::getAttackWeaponTypeString, 1); } -static const char *attackWeaponTypeStrings[] = +static const char *const attackWeaponTypeStrings[] = { // TRANSLATORS: switch attack type in status bar N_("(?) attack"), @@ -2238,7 +2238,7 @@ void LocalPlayer::changeAwayMode() } } -static const char *awayModeStrings[] = +static const char *const awayModeStrings[] = { // TRANSLATORS: away type in status bar N_("(O) on keyboard"), -- cgit v1.2.3-70-g09d2