Files @ r6551:dc3a9b0c5e20
Branch filter:

Location: cpp/openttd-patchpack/source/src/unmovable.h - annotation

bjarni
(svn r9753) -Fix [FS#732]: trains are lost after autorenewal/autoreplace
v->dest_tile is now copied when replacing the front engine
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */