From 70b93482b3b5c8d805eb3d970cd81692268bb154 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Mon, 11 Apr 2011 11:12:56 +0000 Subject: [PATCH] - fix incorrect test generic/trigger_blocking.txt - Updated version number to 0.15.1 --- projects/mtg/bin/Res/test/generic/trigger_blocking.txt | 2 +- projects/mtg/src/GameStateMenu.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/bin/Res/test/generic/trigger_blocking.txt b/projects/mtg/bin/Res/test/generic/trigger_blocking.txt index 5c1d21134..55ff2a278 100644 --- a/projects/mtg/bin/Res/test/generic/trigger_blocking.txt +++ b/projects/mtg/bin/Res/test/generic/trigger_blocking.txt @@ -24,5 +24,5 @@ COMBATEND [PLAYER1] inplay:Brushwagg [PLAYER2] -graveyard:Hill Giant +inplay:Hill Giant [END] \ No newline at end of file diff --git a/projects/mtg/src/GameStateMenu.cpp b/projects/mtg/src/GameStateMenu.cpp index c0eb74acf..ffc9923cf 100644 --- a/projects/mtg/src/GameStateMenu.cpp +++ b/projects/mtg/src/GameStateMenu.cpp @@ -23,7 +23,7 @@ #include #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)