Re-comment out #define MAKEANDPLAY

Silly me forgot to remove it after testing the MAKEANDPLAY define.
This commit is contained in:
Info Teddy
2020-02-08 21:45:14 -08:00
committed by Ethan Lee
parent 9642921a64
commit 3273b4ab55

View File

@@ -5,6 +5,6 @@
* It's heaps faster than rebuilding everything, so here we are. * It's heaps faster than rebuilding everything, so here we are.
* -flibit * -flibit
*/ */
#define MAKEANDPLAY // #define MAKEANDPLAY
#endif /* MAKEANDPLAY_H */ #endif /* MAKEANDPLAY_H */