diff --git a/src/p_user.c b/src/p_user.c index 4fb2d3490..d60de97a8 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -3406,7 +3406,7 @@ static void P_DoSuperStuff(player_t *player) spark->destscale = player->mo->scale; P_SetScale(spark, player->mo->scale); } - + G_GhostAddColor(GHC_SUPER); // Ran out of rings while super! diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index fa09dc343..66e1ece18 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -2759,8 +2759,8 @@ static const char *locateWad(void) if (isWadPathOk(returnWadPath)) return NULL; #endif - - + + #ifdef CMAKECONFIG #ifndef NDEBUG I_OutputMsg(","CMAKE_ASSETS_DIR); @@ -2771,7 +2771,7 @@ static const char *locateWad(void) } #endif #endif - + #ifdef __APPLE__ OSX_GetResourcesPath(returnWadPath); I_OutputMsg(",%s", returnWadPath); @@ -2779,7 +2779,7 @@ static const char *locateWad(void) { return returnWadPath; } - + #endif // examine default dirs