(SNEAK_ATTACK, opt_SNEAK_ATTACK, Options, do_sneak, att_abort)
(att_fight): Remove option SNEAK_ATTACK.
This commit is contained in:
parent
8733aa8a1a
commit
687cacd887
4 changed files with 10 additions and 78 deletions
|
@ -83,7 +83,6 @@
|
|||
#endif
|
||||
/*#define TRADESHIPS*//* Use Tradeships */
|
||||
/*#define SLOW_WAR*//* Declaring war takes time */
|
||||
/*#define SNEAK_ATTACK*//* Allows sneak attacks */
|
||||
#define PINPOINTMISSILE /**/
|
||||
#define FALLOUT /* Enables secondary effects caused by radiation */
|
||||
#define SAIL /* A update routine to move ships */
|
||||
|
@ -102,11 +101,10 @@
|
|||
#ifdef UPDATESCHED /* be used */
|
||||
#define DEMANDUPDATE /* NOTE! Depends on UPDATESCHED! Don't use without it! */
|
||||
#endif /* UPDATESCHED */
|
||||
/*#define NOFOOD*/ /**/
|
||||
|
||||
#ifdef BLITZ
|
||||
#define NOFOOD /* automatically have no food for blitzes */
|
||||
#endif /* BLITZ */
|
||||
/*#define NOFOOD*/ /**/
|
||||
#ifndef SLOW_WAR
|
||||
#undef SNEAK_ATTACK /* SNEAK_ATTACK is only useful with SLOW_WAR */
|
||||
#endif /* SLOW_WAR */
|
||||
|
||||
#endif /* _OPTIONS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue