X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=setup.c;h=002188291aff1dafc53b7b9cf80c1ddf0dfcbca9;hp=747618c4bde4f7fae9a656798c1b9e28e3901837;hb=d5826a672dd4afc591476655b4905cb6542cd89c;hpb=942f187b68be75931f4bd35015d74d284ef802c4 diff --git a/setup.c b/setup.c index 747618c..0021882 100644 --- a/setup.c +++ b/setup.c @@ -359,17 +359,17 @@ void setup(void) { prout("An unknown number of Romulans."); if (game.state.nscrem) prout("and one (GULP) Super-Commander."); prout("%d stardates.",(int)intime); - proutn("%d starbases in ", inbase); + proutn("%d starbases in ", inbase); } for (i = 1; i <= inbase; i++) { - cramlc(0, game.state.baseqx[i], game.state.baseqy[i]); - if (i < inbase) proutn(" "); + proutn(cramlc(0, game.state.baseqx[i], game.state.baseqy[i])); + proutn(" "); } skip(2); - proutn("The Enterprise is currently in"); - cramlc(1, quadx, quady); + proutn("The Enterprise is currently in "); + proutn(cramlc(quadrant, quadx, quady)); proutn(" "); - cramlc(2, sectx, secty); + proutn(cramlc(sector, sectx, secty)); skip(2); prout("Good Luck!"); if (game.state.nscrem) proutn(" YOU'LL NEED IT.");