mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
whitespace cleanup
This commit is contained in:
parent
19b52d19cb
commit
82fc6fd4c0
2 changed files with 5 additions and 5 deletions
|
@ -3406,7 +3406,7 @@ static void P_DoSuperStuff(player_t *player)
|
||||||
spark->destscale = player->mo->scale;
|
spark->destscale = player->mo->scale;
|
||||||
P_SetScale(spark, player->mo->scale);
|
P_SetScale(spark, player->mo->scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
G_GhostAddColor(GHC_SUPER);
|
G_GhostAddColor(GHC_SUPER);
|
||||||
|
|
||||||
// Ran out of rings while super!
|
// Ran out of rings while super!
|
||||||
|
|
|
@ -2759,8 +2759,8 @@ static const char *locateWad(void)
|
||||||
if (isWadPathOk(returnWadPath))
|
if (isWadPathOk(returnWadPath))
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef CMAKECONFIG
|
#ifdef CMAKECONFIG
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
I_OutputMsg(","CMAKE_ASSETS_DIR);
|
I_OutputMsg(","CMAKE_ASSETS_DIR);
|
||||||
|
@ -2771,7 +2771,7 @@ static const char *locateWad(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
OSX_GetResourcesPath(returnWadPath);
|
OSX_GetResourcesPath(returnWadPath);
|
||||||
I_OutputMsg(",%s", returnWadPath);
|
I_OutputMsg(",%s", returnWadPath);
|
||||||
|
@ -2779,7 +2779,7 @@ static const char *locateWad(void)
|
||||||
{
|
{
|
||||||
return returnWadPath;
|
return returnWadPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// examine default dirs
|
// examine default dirs
|
||||||
|
|
Loading…
Reference in a new issue