hedgewars/config.inc.in
author nemo
Tue, 30 Mar 2010 13:33:01 +0000
changeset 3173 909b28b1b61a
parent 2924 908851e59958
child 3236 4ab3917d7d44
permissions -rw-r--r--
This map has always been broken. This variant makes it slightly less broken (although something changed on the ceiling might prevent hiding on pixels on the slope). What will finally fix it is either moving nets closer together or adding angle bounce to hedgehogs or some other layout that prevents hiding.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2924
908851e59958 Engine:
smxx
parents:
diff changeset
     1
(*
908851e59958 Engine:
smxx
parents:
diff changeset
     2
 * Hedgewars, a free turn based strategy game
908851e59958 Engine:
smxx
parents:
diff changeset
     3
 * Copyright (c) 2006, 2007 Andrey Korotaev <unC0Rr@gmail.com>
908851e59958 Engine:
smxx
parents:
diff changeset
     4
 *
908851e59958 Engine:
smxx
parents:
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
908851e59958 Engine:
smxx
parents:
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
908851e59958 Engine:
smxx
parents:
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
908851e59958 Engine:
smxx
parents:
diff changeset
     8
 *
908851e59958 Engine:
smxx
parents:
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
908851e59958 Engine:
smxx
parents:
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
908851e59958 Engine:
smxx
parents:
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
908851e59958 Engine:
smxx
parents:
diff changeset
    12
 * GNU General Public License for more details.
908851e59958 Engine:
smxx
parents:
diff changeset
    13
 *
908851e59958 Engine:
smxx
parents:
diff changeset
    14
 * You should have received a copy of the GNU General Public License
908851e59958 Engine:
smxx
parents:
diff changeset
    15
 * along with this program; if not, write to the Free Software
908851e59958 Engine:
smxx
parents:
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
908851e59958 Engine:
smxx
parents:
diff changeset
    17
 *)
908851e59958 Engine:
smxx
parents:
diff changeset
    18
908851e59958 Engine:
smxx
parents:
diff changeset
    19
const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
908851e59958 Engine:
smxx
parents:
diff changeset
    20
      cVersionString = '${HEDGEWARS_VERSION}';
908851e59958 Engine:
smxx
parents:
diff changeset
    21
      cLuaLibrary = '${LUA_LIBRARY}';