From e3053660c673b0a81691175995ee68d00fac869c Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 20 Jul 2009 11:21:57 +0000 Subject: (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically --- src/table/control_codes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/control_codes.h') diff --git a/src/table/control_codes.h b/src/table/control_codes.h index a679ed9a0..53f8377a1 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -24,6 +24,7 @@ enum StringControlCode { /* Formatting control codes */ SCC_REVISION, + SCC_COMPANY_NUM, SCC_STATION_FEATURES, SCC_INDUSTRY_NAME, SCC_WAYPOINT_NAME, @@ -33,7 +34,6 @@ enum StringControlCode { SCC_VEHICLE_NAME, SCC_SIGN_NAME, SCC_COMPANY_NAME, - SCC_COMPANY_NUM, SCC_PRESIDENT_NAME, SCC_ENGINE_NAME, -- cgit v1.2.3-54-g00ecf