From f56e630e5cb839b307f04bf52465c4db4d1ad904 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/autoreplace_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/autoreplace_type.h') diff --git a/src/autoreplace_type.h b/src/autoreplace_type.h index 6dbdd5299..d66c12587 100644 --- a/src/autoreplace_type.h +++ b/src/autoreplace_type.h @@ -8,8 +8,8 @@ struct EngineRenew; /** - * A list to group EngineRenew directives together (such as per-player). + * A list to group EngineRenew directives together (such as per-company). */ -typedef EngineRenew* EngineRenewList; +typedef EngineRenew *EngineRenewList; #endif /* AUTOREPLACE_TYPE_H */ -- cgit v1.2.3-54-g00ecf