STARTREK: Remove extra semicolon

It makes some compilers error out.
This commit is contained in:
Matthew Duggan 2020-11-17 10:23:03 +09:00
parent 8ee6e1ce85
commit 0bd41d2e1d

View File

@ -35,7 +35,7 @@ void StarTrekEngine::initBridge(bool b) {
// TODO: starfield
loadBridge();
};
}
void StarTrekEngine::loadBridge() {
initStarfield(72, 30, 247, 102, 0);