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/intro/intro.h')
-rw-r--r--src/game/intro/intro.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/intro/intro.h b/src/game/intro/intro.h
index d94b1f5..2e2f8fb 100644
--- a/src/game/intro/intro.h
+++ b/src/game/intro/intro.h
@@ -31,12 +31,12 @@ public:
/// is called when a player disconnects
virtual void player_disconnect(core::Player *player);
-
private:
- core::Zone *intro_zone;
- Convoy *intro_convoy;
-
bool load_world();
+
+ /* ---- engine functions ----------------------------------- */
+
+ static void func_intro(core::Player *player, std::string const &args);
};
/// factory function