Skip to content
Snippets Groups Projects
Commit 210b4388 authored by rswindell's avatar rswindell
Browse files

Fix bug introduced in rev 1.4, argv is an array.

parent 353cbbc4
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ var i;
for(i in argv) {
if(filename=='') {
switch(argv) {
switch(argv[i]) {
case '-noatcodes':
mode |= P_NOATCODES;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment