Skip to content

Commit

Permalink
- removed erroneous assignment of dialog reply
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 7, 2019
1 parent 0e6d30f commit c222b24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/maploader/strifedialogue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ void MapLoader::ParseReplies (const char *name, int pos, FStrifeDialogueReply **
{
FStringf label("$TXT_RPLY%d_%s_d%d_%s", j, name, pos, TokenFromString(rsp->Reply).GetChars());
reply->Reply = GStrings.exists(label.GetChars() + 1)? label : FString(rsp->Reply);

reply->Reply = label;
}
else
{
Expand Down

0 comments on commit c222b24

Please sign in to comment.