File diff r5136:9e903a870ebe → r5137:7edf8d4a57e7
misc_gui.c
Show inline comments
 
@@ -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