NEW_NAMES is now default.
This commit is contained in:
parent
f478dbf718
commit
2a81a37f99
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ IFLAGS= -I$(TOPDIR)/src/include $(XIFLAGS)
|
|||
## NEW_SHIPS: New correct ship movement.
|
||||
## NEW_NETMENUS: Include new network menues.
|
||||
DFLAGS= $(THREAD) $(CCL) $(VERSION) $(VIDEO) $(ZDEFS) $(DSOUND) $(DEBUG) \
|
||||
-DHAVE_EXPANSION -DUNIT_ON_MAP -DNEW_AI # -DNEW_NAMES -DNEW_MAPDRAW=1 -DNEW_FOW -DNEW_SHIPS -DNEW_NETMENUS
|
||||
-DHAVE_EXPANSION -DUNIT_ON_MAP -DNEW_AI -DNEW_NAMES # -DNEW_MAPDRAW=1 -DNEW_FOW -DNEW_SHIPS -DNEW_NETMENUS
|
||||
|
||||
## choose optimise level
|
||||
#CFLAGS=-g -O0 $(PROFILE) -pipe -Wcast-align -Wall -Werror $(IFLAGS) $(DFLAGS)
|
||||
|
|
2
setup
2
setup
|
@ -35,7 +35,7 @@ cat << .. > $RULESFILE
|
|||
#------------------------------------------------------------------------------
|
||||
# HERE ARE SOME USER-CONFIGURABLE VARIABLES
|
||||
|
||||
EXTRA_CFLAGS="-DUNIT_ON_MAP -DNEW_AI"
|
||||
EXTRA_CFLAGS="-DUNIT_ON_MAP -DNEW_AI -DNEW_NAMES"
|
||||
## SLOW_INPUT If you have problems that events aren't fetched.
|
||||
## BPP8_* Only for X11 8bpp common palette:
|
||||
## BPP8_NORMAL disables default, like other Xbpp (delivers errors)
|
||||
|
|
Loading…
Add table
Reference in a new issue