* Actually remove the debug console

This commit is contained in:
iProgramInCpp
2023-08-28 21:45:30 +03:00
parent 73b5aded1b
commit f7b1e69e51

View File

@@ -37,7 +37,7 @@
//#define MOD_USE_FLAT_WORLD // Use a flat world instead of the regular world generation
//#define MOD_USE_BIGGER_SCREEN_SIZE // Use a bigger screen size instead of 854x480
//#define MOD_DONT_COLOR_GRASS // Don't give the top of grass tiles a different color. (like Classic)
#define MOD_POPOUT_CONSOLE // Open a separate console aside from the game window. By default only the debugger can see our logs. Win32 Debug only.
//#define MOD_POPOUT_CONSOLE // Open a separate console aside from the game window. By default only the debugger can see our logs. Win32 Debug only.
// Tests
//#define TEST_DROPPED_ITEMS // Allow dropped items to be dropped and collected.