(svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user