0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-02 16:01:12 +00:00

- fixed: ListMenuItemStaticText used the wrong default color.

This commit is contained in:
Christoph Oelckers 2017-03-13 09:30:33 +01:00
parent 1fccec32d6
commit 2533ff3ffc

View file

@ -119,7 +119,7 @@ class ListMenuItemStaticText : ListMenuItem
int mColor;
bool mCentered;
void Init(ListMenuDescriptor desc, double x, double y, String text, int color = Font.CR_UNTRANSLATED)
void Init(ListMenuDescriptor desc, double x, double y, String text, int color = -1)
{
Super.Init(x, y);
mText = text;