From 134c4bd70409dcfae84913859263c93f96374f20 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 3 Feb 2005 19:15:06 +0000 Subject: [PATCH] Merge some game logic. --- planets.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/planets.c b/planets.c index ae7a7aa..01e14b7 100644 --- a/planets.c +++ b/planets.c @@ -78,9 +78,7 @@ void orbit(void) { height = (1400.+7200.*Rand()); prout("Sulu- \"Entered orbit at altitude %.2f kilometers.\"", height); inorbit = 1; -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ } void sensor(void) { @@ -176,9 +174,7 @@ void beam(void) { skip(1); prout("Kirk- \"Energize.\""); } -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ skip(1); prouts("WWHOOOIIIIIRRRRREEEE.E.E. . . . . . ."); skip(2); @@ -230,9 +226,7 @@ void mine(void) { if (consumeTime()) return; prout("Mining operation complete."); imine = 1; -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ } void usecrystals(void) { @@ -282,9 +276,7 @@ void usecrystals(void) { prout(" are going crazy, but I think it's"); prout(" going to work!! Congratulations, Sir!\""); cryprob *= 2.0; -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ } void shuttle(void) { -- 2.31.1