fix weapon direction before entering witchspace

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@609 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Giles Williams 2006-06-23 13:31:09 +00:00
parent fd3d96bc4b
commit abd98532e4

View File

@ -1779,6 +1779,8 @@ double scoopSoundPlayTime = 0.0;
if (go) if (go)
{ {
[self safe_all_missiles]; [self safe_all_missiles];
[universe setViewDirection:VIEW_FORWARD];
currentWeaponFacing = VIEW_FORWARD;
if (galactic_witchjump) if (galactic_witchjump)
[self enterGalacticWitchspace]; [self enterGalacticWitchspace];
else else