Skip to content

Commit

Permalink
MM: MM1: Fix Likely Oversight of Field in Custom Copy Assignment Oper…
Browse files Browse the repository at this point in the history
…ator
  • Loading branch information
digitall committed Aug 14, 2023
1 parent 498e01e commit 79ac349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/mm/mm1/messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ InfoMessage &InfoMessage::operator=(const InfoMessage &src) {
_largeMessage = src._largeMessage;
_sound = src._sound;
_delaySeconds = src._delaySeconds;
_fontReduced = src._fontReduced;
return *this;
}

Expand Down

0 comments on commit 79ac349

Please sign in to comment.