mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
(svn r23003) -Fix (r22999): Missing semicolon.
This commit is contained in:
@@ -637,7 +637,7 @@ bool VideoDriver_SDL::ToggleFullscreen(bool fullscreen)
|
|||||||
|
|
||||||
bool VideoDriver_SDL::AfterBlitterChange()
|
bool VideoDriver_SDL::AfterBlitterChange()
|
||||||
{
|
{
|
||||||
return this->ChangeResolution(_screen.width, _screen.height)
|
return this->ChangeResolution(_screen.width, _screen.height);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* WITH_SDL */
|
#endif /* WITH_SDL */
|
||||||
|
Reference in New Issue
Block a user