oops! canCollide must be NO while status == STATUS_DOCKING

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@443 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Giles Williams 2006-04-06 22:53:24 +00:00
parent 952027f4e6
commit 6709502cc6

View File

@ -1517,6 +1517,7 @@ static Quaternion quaternion_identity = { (GLfloat)1.0, (GLfloat)0.0, (GLfloat)0
switch (status)
{
case STATUS_START_GAME :
case STATUS_DOCKING :
case STATUS_DOCKED :
case STATUS_DEAD :
case STATUS_ESCAPE_SEQUENCE :