From 3b798599b63067c2e92aa49906ea66a07ae8de44 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Sep 2008 20:39:50 +0000 Subject: (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. --- src/unmovable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unmovable.h') diff --git a/src/unmovable.h b/src/unmovable.h index a1db81723..ebcaa7513 100644 --- a/src/unmovable.h +++ b/src/unmovable.h @@ -5,6 +5,6 @@ #ifndef UNMOVABLE_H #define UNMOVABLE_H -void UpdateCompanyHQ(Player *p, uint score); +void UpdateCompanyHQ(Company *c, uint score); #endif /* UNMOVABLE_H */ -- cgit v1.2.3-54-g00ecf