- Adding "turn" information when pressing start ingame. This closes issue 248
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-30 09:19:57 +00:00
parent abe66333d5
commit d0212ddfa8
2 changed files with 10 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
#include "../include/utils.h"
#include "../include/DeckDataWrapper.h"
static const char* GAME_VERSION = "WTH?! 0.10.1 - by wololo";
static const char* GAME_VERSION = "WTH?! 0.11.0 - by wololo";
#define DEFAULT_ANGLE_MULTIPLIER 0.4
#define MAX_ANGLE_MULTIPLIER (3*M_PI)