whitespace cleanup

This commit is contained in:
Alam Ed Arias 2015-03-01 19:30:22 -05:00
parent 627889eec1
commit 6513954789
2 changed files with 5 additions and 5 deletions

View File

@ -3402,7 +3402,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!

View File

@ -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