Files @ r2070:ae39d5bcd7da
Branch filter:

Location: cpp/openttd-patchpack/source/strgen/stdafx.c

ludde
(svn r2580) Change: Added {INDUSTRY} command for printing industry names instead of the old {TOWN} {STRING} way.
- The formatting of the industry name can be controlled with the string STR_INDUSTRY_FORMAT.
Change: Changed several occurences of {STRING1} into {TOWN} to get rid of townnametype being used directly.
1
2
3
4
5
6
7
8
// stdafx.cpp : source file that includes just the standard includes
//	strgen.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file