Scratch off todos completed in previous revision

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3588 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-04-26 02:24:55 +00:00
parent 7d4dfaf48c
commit cd536a8467
-3
View File
@@ -25,13 +25,10 @@ typedef struct GenerateFunctions GenerateFunctions;
/*
* To do (for further cleanups):
* - split off pickupMineral, pickupEnergy, pickupLife from Generate*
* - split off generateOrbital in a calculation and an activation
* (graphics and music) part.
* - make generateOrbital return a meaningful value, specifically, whether
* or not the player is going into orbit
* - make generateMinerals et al return the last object number (or count
* if called for all objects) and take non-pointer whichNode
* - for GenerateNameFunction, set the name in an argument, instead
* of in GLOBAL_SYS(PlanetName)
* - make generateName work for moons