mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
STARTREK: Remove extra semicolon
It makes some compilers error out.
This commit is contained in:
parent
8ee6e1ce85
commit
0bd41d2e1d
@ -35,7 +35,7 @@ void StarTrekEngine::initBridge(bool b) {
|
||||
// TODO: starfield
|
||||
|
||||
loadBridge();
|
||||
};
|
||||
}
|
||||
|
||||
void StarTrekEngine::loadBridge() {
|
||||
initStarfield(72, 30, 247, 102, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user