Added text stub for the missing discovery report of Ultron in Supox ruins

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3592 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-04-26 06:06:25 +00:00
parent 1994ef2c6d
commit e4700f7ca8
5 changed files with 20 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@
#define SUN_DEVICE_STRTAB "text.sundevice"
#define SUPER_DENSE_COLOR_TAB "planet.superdense.colortable"
#define SUPER_DENSE_XLAT_TAB "planet.superdense.translatetable"
#define SUPOX_RUINS_STRTAB "text.ultron"
#define TAALO_DEVICE_STRTAB "text.taalodevice"
#define TELLURIC_COLOR_TAB "planet.telluric.colortable"
#define TELLURIC_XLAT_TAB "planet.telluric.translatetable"
+1 -1
View File
@@ -107,7 +107,7 @@ GenerateSupox_generateOrbital (SOLARSYS_STATE *solarSys, PLANET_DESC *world)
solarSys->PlanetSideFrame[1] =
CaptureDrawable (LoadGraphic (RUINS_MASK_PMAP_ANIM));
solarSys->SysInfo.PlanetInfo.DiscoveryString =
CaptureStringTable (LoadStringTable (RUINS_STRTAB));
CaptureStringTable (LoadStringTable (SUPOX_RUINS_STRTAB));
if (GET_GAME_STATE (ULTRON_CONDITION))
{ // Already picked up the Ultron, skip the report
solarSys->SysInfo.PlanetInfo.DiscoveryString =