(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:
celestar
2006-03-31 08:59:19 +00:00
parent c4a4bb2ffb
commit 3f7eb666ba
4 changed files with 40 additions and 33 deletions

8
unmovable.h Normal file
View File

@@ -0,0 +1,8 @@
/* $Id */
#ifndef UNMOVABLE_H
#define UNMOVABLE_H
void UpdateCompanyHQ(Player *p, uint score);
#endif