(svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron

This commit is contained in:
Darkvater
2006-11-19 22:24:18 +00:00
parent fb1bb34774
commit ba9f22cee6
7 changed files with 16 additions and 20 deletions

View File

@@ -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)