Changeset - r22115:d0442a3100cc
[Not reviewed]
master
0 2 0
alberth - 9 years ago 2015-05-16 12:08:06
alberth@openttd.org
(svn r27286) -Fix-ish(r27140): Also fix typo in the documentation.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_window.hpp
Show inline comments
 
@@ -529,7 +529,7 @@ public:
 
		/**
 
		 * Generate landscape (newgame); %Window numbers:
 
		 *   - GLWM_SCENARIO = #CreateScenarioWidgets
 
		 *   - #GenenerateLandscapeWindowMode = #GenerateLandscapeWidgets
 
		 *   - #GenerateLandscapeWindowMode = #GenerateLandscapeWidgets
 
		 */
 
		WC_GENERATE_LANDSCAPE                        = ::WC_GENERATE_LANDSCAPE,
 

	
src/window_type.h
Show inline comments
 
@@ -446,7 +446,7 @@ enum WindowClass {
 
	/**
 
	 * Generate landscape (newgame); %Window numbers:
 
	 *   - GLWM_SCENARIO = #CreateScenarioWidgets
 
	 *   - #GenenerateLandscapeWindowMode = #GenerateLandscapeWidgets
 
	 *   - #GenerateLandscapeWindowMode = #GenerateLandscapeWidgets
 
	 */
 
	WC_GENERATE_LANDSCAPE,
 

	
0 comments (0 inline, 0 general)