NEW_SHIPS removed, too much problems.
This commit is contained in:
parent
b713d3f712
commit
4516222221
1 changed files with 3 additions and 3 deletions
6
setup
6
setup
|
@ -25,13 +25,13 @@ cat << .. > $RULESFILE
|
|||
#------------------------------------------------------------------------------
|
||||
# HERE ARE SOME USER-CONFIGURABLE VARIABLES
|
||||
|
||||
EXTRA_CFLAGS="-DSLOW_INPUT -DUNIT_ON_MAP -DNEW_SHIPS -DNEW_NETMENUS"
|
||||
EXTRA_CFLAGS="-DSLOW_INPUT -DUNIT_ON_MAP"
|
||||
# This could be used for experimental versions
|
||||
## There are some still not well tested code parts or branches.
|
||||
## UNIT_ON_MAP: Faster lookup of units
|
||||
## UNIT_ON_MAP: Faster lookup of units
|
||||
## NEW_MAPDRAW: Stephans new map draw code
|
||||
## These aren't working yet:
|
||||
## NEW_NAMES: New unit names without copyleft problems
|
||||
## These aren't working yet:
|
||||
## NEW_FOW: New fog of war code, should work correct
|
||||
## NEW_AI: New better improved AI code
|
||||
## NEW_SHIPS: New correct ship movement.
|
||||
|
|
Loading…
Add table
Reference in a new issue