1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 16:39:09 +00:00

(svn r1596) Add some more statics

This commit is contained in:
tron
2005-01-22 22:47:58 +00:00
parent e75c48ec7a
commit e5cd6b6193
28 changed files with 116 additions and 87 deletions

View File

@@ -10,7 +10,7 @@
#include "news.h"
StringID GetEngineCategoryName(byte engine)
static StringID GetEngineCategoryName(byte engine)
{
if (engine < NUM_TRAIN_ENGINES) {
switch (_engines[engine].railtype) {