Skip to content

Commit

Permalink
TSAGE: Remove extra semicolons.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzie committed Nov 17, 2011
1 parent 46b020d commit 30c943e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/ringworld2/ringworld2_speakers.cpp
Expand Up @@ -301,7 +301,7 @@ SpeakerSeekerL::SpeakerSeekerL(): VisualSpeaker() {
_displayMode = 1;
_numFrames = 0;
_fontNumber = 10;
};
}

/*--------------------------------------------------------------------------*/

Expand All @@ -316,7 +316,7 @@ SpeakerQuinnL::SpeakerQuinnL(): VisualSpeaker() {
_displayMode = 1;
_numFrames = 0;
_fontNumber = 10;
};
}

/*--------------------------------------------------------------------------*/

Expand Down

0 comments on commit 30c943e

Please sign in to comment.