diff options
| -rw-r--r-- | apps/plugins/superdom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c index c0c808d..877f32e 100644 --- a/apps/plugins/superdom.c +++ b/apps/plugins/superdom.c @@ -626,7 +626,7 @@ static int superdom_help(void) "army.", "Each", "tile", "has", "a", "strength,", "calculated", "by", "the", "ownership", "of", "surrounding", "tiles,", "and", "the", "type", "and", "number", "of", "troops", "on", "them."}; - static const struct style_text style[]={ + static struct style_text style[]={ {0, TEXT_CENTER|TEXT_UNDERLINE}, {2, C_RED}, {21, C_RED}, |