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/ship.h')
-rw-r--r--src/game/base/ship.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/base/ship.h b/src/game/base/ship.h
index f705231..230d406 100644
--- a/src/game/base/ship.h
+++ b/src/game/base/ship.h
@@ -115,7 +115,7 @@ public:
/// Initiate jump, departing from a jump point
void initiate_jump(JumpPoint *depart);
- /// void reset drive controls
+ /// reset physics state and ship controls
virtual void reset();
/// explode the ship
@@ -127,7 +127,6 @@ public:
/// toggle jump drive activation
void func_jump(std::string const & args);
- virtual void set_state(int state);
/**
* @brief dock the ship at a station, planet or another player's ship_dock
* This will set the ship's state to Entity::Docked and reset spawn if required