comment change in config.h

this line indicates potential platform compatibility issues
This commit is contained in:
marshmellow42 2015-06-14 17:48:06 -04:00
commit 9c823c1c87

View file

@ -61,9 +61,13 @@
* specific. * specific.
*/ */
#ifdef _WIN32
#define PRESETS 1 // // PM3 NOTES:
#endif // only PRESETS tested on windows
// PRESETS was commented out of original code
// but to enable preset models it must be enabled
// (marshmellow)
#define PRESETS 1
/* Macros defining the size of a bmp_t. /* Macros defining the size of a bmp_t.