Skip to content

Commit

Permalink
Revert "Vehicle ammo prefix VAMMOTYPE_ to VEQUIPMENTAMMOTYPE_"
Browse files Browse the repository at this point in the history
This reverts commit 7cf76fe.
  • Loading branch information
Jarskih committed May 19, 2018
1 parent 7cf76fe commit 9a77e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/state/rules/city/vammotype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace OpenApoc

const UString &VAmmoType::getPrefix()
{
static UString prefix = "VEQUIPMENTAMMOTYPE_";
static UString prefix = "VAMMOTYPE_";
return prefix;
}

Expand Down

0 comments on commit 9a77e12

Please sign in to comment.