From cd536a8467e986e912aa7be5a5ad6f493d6de169 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 26 Apr 2011 02:24:55 +0000 Subject: [PATCH] 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 --- sc2/src/uqm/planets/generate.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sc2/src/uqm/planets/generate.h b/sc2/src/uqm/planets/generate.h index 853f6c839..57d9603d5 100644 --- a/sc2/src/uqm/planets/generate.h +++ b/sc2/src/uqm/planets/generate.h @@ -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