From 1e54ff896419cfb2a3e5e576e75713c4fbeeed5b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 27 Feb 2007 18:20:55 +0100 Subject: [PATCH] only use ascii drawstyles in ascii mode --- game.c | 1 + 1 file changed, 1 insertion(+) diff --git a/game.c b/game.c index 7537fc4..fcc2379 100644 --- a/game.c +++ b/game.c @@ -125,6 +125,7 @@ void HandleOption(char tag, char *value) case 'a': //ascii if (value && !strcasecmp(value, "0")) Sets.ascii = 0; else Sets.ascii = 1; + Sets.drawstyle &= ~Sets.ascii; break; case 'c': //connect game = GT_classicTwo; -- 2.30.0