Ignore:
Timestamp:
01/13/03 18:18:15 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/cosy.cc

    r1531 r1702  
    5050    // check for the right usage of the program
    5151    //
    52     int mode = 2;
     52    int mode = 0;
    5353    if (argc==2 && (argv[1][0]=='-' || argv[1][1]=='m'))
    5454        switch (argv[1][2])
     
    5959        case '1':      // SE mode
    6060            mode = 1;
     61            break;
     62        case '2':      // GUI demo mode
     63            mode = 2;
    6164            break;
    6265        }
Note: See TracChangeset for help on using the changeset viewer.