From: Mischa POSLAWSKY Date: Tue, 27 Feb 2007 17:20:55 +0000 (+0100) Subject: only use ascii drawstyles in ascii mode X-Git-Url: http://git.shiar.nl/netris.git/commitdiff_plain/1e54ff896419cfb2a3e5e576e75713c4fbeeed5b only use ascii drawstyles in ascii mode --- 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;