Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Apr 26, 2016
1 parent 5d6f397 commit dbcea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SA2 Battle Network/Damage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static void __cdecl DropRings_cpp(int playerNum)

static void __stdcall KillPlayer_cpp(int playerNum)
{
if (!called_damage && !called_damage && Globals::isConnected())
if (!called_damage && Globals::isConnected())
{
if (playerNum != 0)
return;
Expand Down

0 comments on commit dbcea2d

Please sign in to comment.