diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-28 12:40:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-28 12:40:10 +0300 |
commit | f4cb297f34fdbdc72742e3944d80eecc8b1826c9 (patch) | |
tree | ac5576dcbbeac5d21ae2f075dd07221907841d28 /src/gui/userpalette.h | |
parent | 18b52b14b247f693827accf8914a1052fee1cf8d (diff) | |
download | ManaVerse-f4cb297f34fdbdc72742e3944d80eecc8b1826c9.tar.gz ManaVerse-f4cb297f34fdbdc72742e3944d80eecc8b1826c9.tar.bz2 ManaVerse-f4cb297f34fdbdc72742e3944d80eecc8b1826c9.tar.xz ManaVerse-f4cb297f34fdbdc72742e3944d80eecc8b1826c9.zip |
Add mercenary minimap color.
Diffstat (limited to 'src/gui/userpalette.h')
-rw-r--r-- | src/gui/userpalette.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/userpalette.h b/src/gui/userpalette.h index f5cc07617..6bb20c837 100644 --- a/src/gui/userpalette.h +++ b/src/gui/userpalette.h @@ -79,6 +79,7 @@ class UserPalette final : public Palette, public ListModel ROAD_POINT, NET, PET, + MERCENARY, USER_COLOR_LAST }; |