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
 
@@ -332,6 +332,7 @@ protected:
 
			default:
 
				NOT_REACHED();
 
		}
 
		return 0;
 
	}
 

	
 
	/**
0 comments (0 inline, 0 general)