From ca0c1d3e6f8b5fa4eb2e0a86fcf47b12fb600786 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 27 Sep 2008 17:16:15 +0000 Subject: mission targets, texture unloading, private messages --- src/game/ship.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/ship.h') diff --git a/src/game/ship.h b/src/game/ship.h index 568997c..3a62a9d 100644 --- a/src/game/ship.h +++ b/src/game/ship.h @@ -49,7 +49,9 @@ private: bool ship_jumpdrive; float ship_jumpdrive_timer; - float ship_impulsedrive_timer; + float ship_impulsedrive_timer; + + JumpPoint * find_closest_jumppoint(); }; } -- cgit v1.2.3