Skip to content

Commit

Permalink
- reformatting commit.
Browse files Browse the repository at this point in the history
# Conflicts:
#	source/games/blood/src/ai.cpp
  • Loading branch information
coelckers committed Oct 12, 2021
1 parent 062b3db commit 9de6c7d
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 68 deletions.
3 changes: 2 additions & 1 deletion source/games/blood/src/ai.cpp
Expand Up @@ -1273,7 +1273,8 @@ void RecoilDude(DBloodActor* actor)
#ifdef NOONE_EXTENSIONS
case kDudeModernCustom:
{
GENDUDEEXTRA* pExtra = &actor->genDudeExtra(); int rChance = getRecoilChance(pSprite);
GENDUDEEXTRA* pExtra = &actor->genDudeExtra();
int rChance = getRecoilChance(pSprite);
if (pExtra->canElectrocute && pDudeExtra->teslaHit && !spriteIsUnderwater(pSprite, false))
{

Expand Down

0 comments on commit 9de6c7d

Please sign in to comment.