mirror of https://github.com/OpenTTD/OpenTTD
(svn r23003) -Fix (r22999): Missing semicolon.
parent
19f351c589
commit
8c4c616cfe
|
@ -637,7 +637,7 @@ bool VideoDriver_SDL::ToggleFullscreen(bool fullscreen)
|
|||
|
||||
bool VideoDriver_SDL::AfterBlitterChange()
|
||||
{
|
||||
return this->ChangeResolution(_screen.width, _screen.height)
|
||||
return this->ChangeResolution(_screen.width, _screen.height);
|
||||
}
|
||||
|
||||
#endif /* WITH_SDL */
|
||||
|
|
Loading…
Reference in New Issue