cleaned up some weird code and hopefully took out some ^M's

This commit is contained in:
theoddone33
2001-04-19 20:16:40 +00:00
parent b7d4597db7
commit 16826b8468

View File

@@ -270,18 +270,10 @@ int main (int argc, char *argv[]) {
if (strcmp(optarg,"p") == 0) { if (strcmp(optarg,"p") == 0) {
DisplayS = 1; DisplayS = 1;
pp++; pp++;
} } else if (strcmp(optarg,"a") == 0) {
else
if (strcmp(optarg,"a") == 0) {
showallext = 1; showallext = 1;
pp++; pp++;
} } else if (strcmp(optarg,"n") == 0) {
else
if (strcmp(optarg,"n") == 0) {
SnowOn = 1; SnowOn = 1;
pp++; pp++;
} else { } else {