merge fixes for Universe.m
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@177 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
2ffadff91b
commit
5ddeaf04f3
@ -3838,10 +3838,11 @@ Your fair use and other rights are in no way affected by the above.
|
|||||||
[se setBeaconChar:0];
|
[se setBeaconChar:0];
|
||||||
}
|
}
|
||||||
|
|
||||||
[entities removeObject:[self recycleOrDiscard:entity]];
|
|
||||||
//
|
//
|
||||||
if (entity->isWormhole)
|
if (entity->isWormhole)
|
||||||
[activeWormholes removeObject:entity];
|
[activeWormholes removeObject:entity];
|
||||||
|
//
|
||||||
|
[entities removeObject:[self recycleOrDiscard:entity]];
|
||||||
|
|
||||||
//NSLog(@"--(%@)\n%@", entity, [entities description]);
|
//NSLog(@"--(%@)\n%@", entity, [entities description]);
|
||||||
|
|
||||||
@ -3924,11 +3925,12 @@ Your fair use and other rights are in no way affected by the above.
|
|||||||
}
|
}
|
||||||
[se setBeaconChar:0];
|
[se setBeaconChar:0];
|
||||||
}
|
}
|
||||||
[entities removeObject: entity];
|
|
||||||
//
|
//
|
||||||
if (entity->isWormhole)
|
if (entity->isWormhole)
|
||||||
[activeWormholes removeObject:entity];
|
[activeWormholes removeObject:entity];
|
||||||
//
|
//
|
||||||
|
[entities removeObject:[self recycleOrDiscard:entity]];
|
||||||
|
//
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user