Some comments.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1120 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-08-24 20:48:22 +00:00
parent afd29b9229
commit fa80cbef8b
+6
View File
@@ -476,14 +476,20 @@ enum
#define RADAR_SCAN_WIDTH (UNIT_SCREEN_WIDTH * NUM_RADAR_SCREENS)
#define RADAR_SCAN_HEIGHT (UNIT_SCREEN_HEIGHT * NUM_RADAR_SCREENS)
// Hyperspace coordinates of the naturally occuring portal into QuasiSpace
#define ARILOU_SPACE_X 438
#define ARILOU_SPACE_Y 6372
// QuasiSpace coordinates of the same portal
#define QUASI_SPACE_X 5000
#define QUASI_SPACE_Y 5000
// QuasiSpace coordinates of the Arilou home world
#define ARILOU_HOME_X (QUASI_SPACE_X + ((RADAR_SCAN_WIDTH >> 1) * 3))
#define ARILOU_HOME_Y (QUASI_SPACE_Y + ((RADAR_SCAN_HEIGHT >> 1) * 3))
// Hyperspace coordinates of the Sol system
// Should be the same as in plandata.c
#define SOL_X 1752
#define SOL_Y 1450