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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user