X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmisc.c;h=bddd38d9a933ce858a53ee3d5c4706192107d35f;hb=cba1a8ce5ba37f1e0a826ce63cf491044573681a;hp=ed34319f23abc1bdcc3da32a2e569da2efe6785b;hpb=66d4b197d129fb41012eb4359129dabbae892497;p=rocksndiamonds.git diff --git a/src/libgame/misc.c b/src/libgame/misc.c index ed34319f..bddd38d9 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -1003,6 +1003,12 @@ void GetOptions(int argc, char *argv[], if (*options_left == NULL) /* no options given -- enable verbose mode */ options.verbose = TRUE; #endif +#endif + +#if DEBUG +#if defined(PLATFORM_ANDROID) + options.debug = TRUE; +#endif #endif while (*options_left)