Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 ---------------------------------- */