Fix from last commit: temperature updates now work properly again
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5657 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
8478849a50
commit
6bc09b20d9
@ -2140,7 +2140,7 @@ static GLfloat sBaseMass = 0.0;
|
||||
|
||||
//Bug #11692 CmdrJames added Status entering witchspace
|
||||
OOEntityStatus status = [self status];
|
||||
if ((status != STATUS_AUTOPILOT_ENGAGED)&&(status != STATUS_ESCAPE_SEQUENCE) && (status != STATUS_ENTERING_WITCHSPACE))
|
||||
if ((status != STATUS_ESCAPE_SEQUENCE) && (status != STATUS_ENTERING_WITCHSPACE))
|
||||
{
|
||||
UPDATE_STAGE(@"updating cabin temperature");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user