mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 11:24:49 +00:00
copy in from cvs; cvs2svn fucked up big time
git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@9775 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $NetBSD: warp.c,v 1.6 1998/09/11 14:28:28 hubertf Exp $ */
|
||||
/* $NetBSD: warp.c,v 1.7 2001/04/25 02:33:10 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)warp.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: warp.c,v 1.6 1998/09/11 14:28:28 hubertf Exp $");
|
||||
__RCSID("$NetBSD: warp.c,v 1.7 2001/04/25 02:33:10 simonb Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@@ -201,7 +201,7 @@ double d;
|
||||
/* test for just a lot of damage */
|
||||
if (percent < 80)
|
||||
lose(L_TOOFAST);
|
||||
printf("Equilibrium restored -- extreme damage occured to ship systems\n");
|
||||
printf("Equilibrium restored -- extreme damage occurred to ship systems\n");
|
||||
for (i = 0; i < NDEV; i++)
|
||||
damage(i, (3.0 * (franf() + franf()) + 1.0) * Param.damfac[i]);
|
||||
Ship.shldup = 0;
|
||||
|
||||
Reference in New Issue
Block a user