Changeset 37 for trunk/settings.h


Ignore:
Timestamp:
Mar 14, 2018, 12:52:55 AM (7 years ago)
Author:
Gregg Young
Message:

Add more i#fdef _QUIET_ to fix a trap on close in Gotchaq and make sure Gotchaq uses the correct ini file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/settings.h

    r27 r37  
    2626#include "./settings/thth_settings.h"
    2727
     28#ifdef _QUIET
     29#define PSZ_PROFILENAME           "gotchaq.ini"
     30#else
    2831#define PSZ_PROFILENAME           "gotcha.ini"
     32#endif
    2933
    3034// this should be increased every time the format of the proFile changes
Note: See TracChangeset for help on using the changeset viewer.