From 065adbc8e4e9443b746d8defbdbb6f077e4c9843 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Tue, 10 Dec 2002 18:49:24 +0000 Subject: [PATCH] Flagship thrusters and modules one-pixel place correction, from TDuck git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@394 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/sis.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/sis.c b/sc2/src/sc2code/sis.c index 5d31e69af..56ef8b33f 100644 --- a/sc2/src/sc2code/sis.c +++ b/sc2/src/sc2code/sis.c @@ -524,7 +524,8 @@ DeltaSISGauges (SIZE crew_delta, SIZE fuel_delta, int resunit_delta) s.frame = flagship_status; DrawStamp (&s); - s.origin.x = s.origin.y = 0; + s.origin.x = 1; + s.origin.y = 0; for (i = 0; i < NUM_DRIVE_SLOTS; ++i) { BYTE which_piece; @@ -560,7 +561,7 @@ DeltaSISGauges (SIZE crew_delta, SIZE fuel_delta, int resunit_delta) s.origin.y -= 3; } - s.origin.y = 0; + s.origin.y = 1; s.origin.x = 1; // This properly centers the modules. for (i = 0; i < NUM_MODULE_SLOTS; ++i) {