mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r1408) -Fix: uninitialized variable :)
This commit is contained in:
parent
63e97754fb
commit
a3c0e81230
@ -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)
|
||||
{
|
||||
Town *t;
|
||||
uint i;
|
||||
uint i = 0;
|
||||
|
||||
do {
|
||||
t = GetTown(i);
|
||||
|
Loading…
Reference in New Issue
Block a user