- version string update / replaced "beg for donation" text in game end screen
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-11-28 04:23:30 +00:00
parent 52fce24bf8
commit 1f83f21127
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include "WFont.h"
#include <JLogger.h>
static const char* GAME_VERSION = "WTH?! 0.13.1 - by wololo";
static const char* GAME_VERSION = "WTH?! 0.14.0 - wololo.net";
#define DEFAULT_ANGLE_MULTIPLIER 0.4f
#define MAX_ANGLE_MULTIPLIER (3*M_PI)