- fix incorrect test generic/trigger_blocking.txt

- Updated version number to 0.15.1
This commit is contained in:
wagic.the.homebrew@gmail.com
2011-04-11 11:12:56 +00:00
parent 4e2cc08bb1
commit 70b93482b3
2 changed files with 2 additions and 2 deletions

View File

@@ -24,5 +24,5 @@ COMBATEND
[PLAYER1]
inplay:Brushwagg
[PLAYER2]
graveyard:Hill Giant
inplay:Hill Giant
[END]

View File

@@ -23,7 +23,7 @@
#include <JNetwork.h>
#endif//NETWORK_SUPPORT
static const char* GAME_VERSION = "WTH?! 0.15.0 - wololo.net";
static const char* GAME_VERSION = "WTH?! 0.15.1 - wololo.net";
#define DEFAULT_ANGLE_MULTIPLIER 0.4f
#define MAX_ANGLE_MULTIPLIER (3*M_PI)