forked from mirror/OpenTTD
(svn r1408) -Fix: uninitialized variable :)
This commit is contained in:
@@ -587,7 +587,7 @@ extern uint32 GetOldTownName(uint32 townnameparts, byte old_town_name_type);
|
|||||||
static void FixTown(OldTown *o, int num, byte town_name_type)
|
static void FixTown(OldTown *o, int num, byte town_name_type)
|
||||||
{
|
{
|
||||||
Town *t;
|
Town *t;
|
||||||
uint i;
|
uint i = 0;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
t = GetTown(i);
|
t = GetTown(i);
|
||||||
|
Reference in New Issue
Block a user