1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 06:29:11 +00:00

(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers

This commit is contained in:
fonsinchen
2013-11-19 19:42:40 +00:00
parent 65752ec55b
commit 29d0c68bb0

View File

@@ -332,6 +332,7 @@ protected:
default:
NOT_REACHED();
}
return 0;
}
/**