Skip to content

Commit

Permalink
Merge pull request #37412 from Inglonias/fix-mags-again
Browse files Browse the repository at this point in the history
Fix magazine unloading (again)
  • Loading branch information
ZhilkinSerg authored Jan 26, 2020
2 parents 7040e0b + 0e2b486 commit 63458a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cata_string_consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static const activity_id ACT_TRAIN( "ACT_TRAIN" );
static const activity_id ACT_TRAVELLING( "ACT_TRAVELLING" );
static const activity_id ACT_TREE_COMMUNION( "ACT_TREE_COMMUNION" );
static const activity_id ACT_TRY_SLEEP( "ACT_TRY_SLEEP" );
static const activity_id ACT_UNLOAD_MAG( "ACT_TRAIN" );
static const activity_id ACT_UNLOAD_MAG( "ACT_UNLOAD_MAG" );
static const activity_id ACT_VEHICLE( "ACT_VEHICLE" );
static const activity_id ACT_VEHICLE_DECONSTRUCTION( "ACT_VEHICLE_DECONSTRUCTION" );
static const activity_id ACT_VEHICLE_REPAIR( "ACT_VEHICLE_REPAIR" );
Expand Down

0 comments on commit 63458a7

Please sign in to comment.