From fa80cbef8bb0f2c5915dd1595c4fd89c96365d4f Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sun, 24 Aug 2003 20:48:22 +0000 Subject: [PATCH] Some comments. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1120 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/races.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sc2/src/sc2code/races.h b/sc2/src/sc2code/races.h index 2c24094fb..9d875ef40 100644 --- a/sc2/src/sc2code/races.h +++ b/sc2/src/sc2code/races.h @@ -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