summaryrefslogtreecommitdiff
path: root/src/cargotype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cargotype.h')
-rw-r--r--src/cargotype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cargotype.h b/src/cargotype.h
index 385c73baf..a960b5764 100644
--- a/src/cargotype.h
+++ b/src/cargotype.h
@@ -12,6 +12,7 @@
#ifndef CARGOTYPE_H
#define CARGOTYPE_H
+#include "economy_type.h"
#include "cargo_type.h"
#include "gfx_type.h"
#include "strings_type.h"
@@ -57,6 +58,8 @@ struct CargoSpec {
const struct GRFFile *grffile; ///< NewGRF where 'group' belongs to
const struct SpriteGroup *group;
+ Money current_payment;
+
/**
* Determines index of this cargospec
* @return index (in the CargoSpec::array array)