X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=moving.c;h=b0e68cded51fbcd3ff6792e8a38ed02367864161;hp=0690ac82f31d1b16434786c4a7e42f3a5836d62d;hb=93ede5b2bb8928b8aa17e750f48e6c5e59b81ab1;hpb=6ce608e874cf60dffe59fdbdedfb74e13f78382c diff --git a/moving.c b/moving.c index 0690ac8..b0e68cd 100644 --- a/moving.c +++ b/moving.c @@ -201,6 +201,9 @@ label100: } newcnd(); iattak = 0; +#ifdef SERGEEV + drawmaps(0); +#endif /* SERGEEV */ return; } @@ -812,6 +815,9 @@ void timwrp() { game.damage[DRADIO] += Time; } newqad(0); +#ifdef SERGEEV + events(); +#endif /* SERGEEV */ } void probe(void) { @@ -882,6 +888,7 @@ void probe(void) { probecy = quady; game.future[FDSPROB] = game.state.date + 0.01; // Time to move one sector prout("Ensign Chekov- \"The deep space probe is launched, Captain.\""); + ididit = 1; return; }