summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-10-03 17:20:56 +0000
committerfrosch <frosch@openttd.org>2011-10-03 17:20:56 +0000
commitb78a459613320d5c45052ece08de55a574104530 (patch)
tree2f7f748ab13f9368ae53d735f5129ea110c407d5 /src/group.h
parentb6766c2ed5fa7e3cb703e1dcfdeacb26cde7d07e (diff)
downloadopenttd-b78a459613320d5c45052ece08de55a574104530.tar.xz
(svn r22977) -Codechange: Rename SetCachedEngineCounts() to GroupStatistics::UpdateAfterLoad().
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index e28d36120..2b6e72492 100644
--- a/src/group.h
+++ b/src/group.h
@@ -30,6 +30,8 @@ struct GroupStatistics {
~GroupStatistics();
void Clear();
+
+ static void UpdateAfterLoad();
};
/** Group data. */