(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 0470883f82
commit 53b02577b9
7 changed files with 16 additions and 20 deletions

View File

@@ -1852,10 +1852,8 @@ static const WindowDesc _cheats_desc = {
void ShowCheatWindow(void)
{
Window *w;
DeleteWindowById(WC_CHEATS, 0);
w = AllocateWindowDesc(&_cheats_desc);
AllocateWindowDesc(&_cheats_desc);
}
/** Resize the widgets in a window