forked from mirror/OpenTTD
(svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron
This commit is contained in:
@@ -115,7 +115,7 @@ static const WindowDesc _engine_preview_desc = {
|
||||
|
||||
void ShowEnginePreviewWindow(EngineID engine)
|
||||
{
|
||||
Window *w = AllocateWindowDescFront(&_engine_preview_desc, engine);
|
||||
AllocateWindowDescFront(&_engine_preview_desc, engine);
|
||||
}
|
||||
|
||||
static void DrawTrainEngineInfo(EngineID engine, int x, int y, int maxw)
|
||||
|
Reference in New Issue
Block a user