d9603a550a
This release introduces water as a new resource. Also it is possible to build bridges across rivers. The file format used to save games changed, data is written to ~/.lincity-ng/ now, but you can still continue old games. from Antti Harri with some tweaks
15 lines
460 B
Plaintext
15 lines
460 B
Plaintext
$OpenBSD: patch-Jamrules,v 1.2 2009/03/27 19:52:43 ajacoutot Exp $
|
|
--- Jamrules.orig Sun Jan 25 22:21:25 2009
|
|
+++ Jamrules Wed Mar 18 18:27:28 2009
|
|
@@ -21,8 +21,8 @@ if $(USE_STLPORT_DEBUG)
|
|
|
|
switch $(VARIANT) {
|
|
case optimize :
|
|
- CFLAGS += -O3 -g -Wall ;
|
|
- CXXFLAGS += -O3 -g -Wall ;
|
|
+ CFLAGS += -g -Wall ;
|
|
+ CXXFLAGS += -g -Wall ;
|
|
LIBS += -g ;
|
|
case debug :
|
|
CFLAGS += -Wall -W -O0 -g3 -DDEBUG -Werror ;
|