(svn r9411) -Codechange: Add support for loading of newcargo data.

This commit is contained in:
peter1138
2007-03-22 23:19:40 +00:00
parent ff9bbf6bc3
commit 4d81a464e2
6 changed files with 231 additions and 29 deletions

View File

@@ -16,6 +16,7 @@ enum GrfLoadingStage {
GLS_SAFETYSCAN,
GLS_LABELSCAN,
GLS_INIT,
GLS_RESERVE,
GLS_ACTIVATION,
GLS_END,
};