Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2014-12-13 14:27:26 +0000
committerStijn Buys <ingar@osirion.org>2014-12-13 14:27:26 +0000
commit2c4d6e947546f2732dd59d13fb331ec1412315ee (patch)
tree0eff7023435767cb1deace51f0dbd9e26016e0cd /src/game/base/shipmodel.h
parentf58c9992f6a6006213123c2fc2cda0d0f055494b (diff)
Use messagebox notifications when buying a ship.
Diffstat (limited to 'src/game/base/shipmodel.h')
-rw-r--r--src/game/base/shipmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/shipmodel.h b/src/game/base/shipmodel.h
index 9849cd0..64244fc 100644
--- a/src/game/base/shipmodel.h
+++ b/src/game/base/shipmodel.h
@@ -237,7 +237,7 @@ public:
* */
void generate_info();
- void buy(core::EntityControlable *buyer, core::Entity *seller);
+ void buy(core::EntityControlable *buyer, core::Entity *seller, bool confirm = false);
/* --- static registry functions ---------------------------------- */