forked from mirror/OpenTTD
(svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because the rest of the code calls it Comapany HQ. Moved it to unmovable_cmd.c because CompanyHQ is an unmovable and has nothing to do with economy.
This commit is contained in:
8
unmovable.h
Normal file
8
unmovable.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/* $Id */
|
||||
|
||||
#ifndef UNMOVABLE_H
|
||||
#define UNMOVABLE_H
|
||||
|
||||
void UpdateCompanyHQ(Player *p, uint score);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user