Changeset - r20966:513d0bb7ac0f
[Not reviewed]
master
0 1 0
fonsinchen - 11 years ago 2013-11-19 19:42:40
fonsinchen@openttd.org
(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/story_gui.cpp
Show inline comments
 
@@ -329,12 +329,13 @@ protected:
 
				return sprite_dim.height;
 
				break;
 
			}
 
			default:
 
				NOT_REACHED();
 
		}
 
		return 0;
 
	}
 

	
 
	/**
 
	 * Get the total height of the content displayed
 
	 * in this window.
 
	 * @return the height in pixels
0 comments (0 inline, 0 general)