Changeset - r18859:d435dc864ce2
[Not reviewed]
master
0 2 0
rubidium - 13 years ago 2012-01-02 20:39:50
rubidium@openttd.org
(svn r23718) -Fix [FS#4936]: rescanai caused crash when the AI settings of an AI was opened
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_core.cpp
Show inline comments
 
@@ -333,7 +333,7 @@
 

	
 
	InvalidateWindowData(WC_AI_LIST, 0, 1);
 
	SetWindowClassesDirty(WC_AI_DEBUG);
 
	SetWindowDirty(WC_AI_SETTINGS, 0);
 
	InvalidateWindowClassesData(WC_AI_SETTINGS);
 
}
 

	
 
#if defined(ENABLE_NETWORK)
src/game/game_core.cpp
Show inline comments
 
@@ -178,7 +178,7 @@
 

	
 
	InvalidateWindowData(WC_AI_LIST, 0, 1);
 
	SetWindowClassesDirty(WC_AI_DEBUG);
 
	SetWindowDirty(WC_AI_SETTINGS, 0);
 
	InvalidateWindowClassesData(WC_AI_SETTINGS);
 
}
 

	
 

	
0 comments (0 inline, 0 general)