Skip to content

Commit

Permalink
Merge pull request #1427 from ayrtondenner/update-reference-to-brains…
Browse files Browse the repository at this point in the history
…ucker-launcher

Updating brainsucker launcher reference to use constant
  • Loading branch information
FilmBoy84 committed Apr 29, 2024
2 parents 4a3e080 + b098482 commit d139bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/extractors/extract_agent_equipment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ void InitialGameStateExtractor::extractAgentEquipment(GameState &state) const
}

// Mark brainsucker launcher
if (edata.sprite_idx == 44)
if (edata.sprite_idx == IT_BRAINSUCKERLAUNCHER)
{
e->launcher = true;
}
Expand Down

0 comments on commit d139bf8

Please sign in to comment.