From d747c360427071a329bed01b1fb33aab6b87c568 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sun, 25 May 2014 03:54:56 +0000 Subject: Content freeze -- nothing will be added or removed any more (music etc excluded). Fix build failure in Archlinux. Fix font issue in Archlinux. realloc may change the base address... That's the cause of the crashes... --now removing all Bullet* based implementations. Affected parts: Assessment: Constant patterns, pinball All parts in level 2. L4P2, and more L5P5~6 L-1P17 L-1P19 L3P3 L7P12 L7P14 L7P25 Avoid memory leaks... I don't know if they have been really fixed... --- global.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'global.h') diff --git a/global.h b/global.h index 9f7a894..ba9c161 100644 --- a/global.h +++ b/global.h @@ -313,7 +313,7 @@ fFristStartUp,fFast; int startLvl,startPrt,fFullScreen; char alterLog[64]; #ifdef WIN32 -static const int arFilecount=22; +static const int arFilecount=23; static const char* archive[]={ "./Resources/b_diff.png", "./Resources/b_inter.png", @@ -325,6 +325,7 @@ static const char* archive[]={ "./Resources/vdig.fnt", "./Resources/bdig.fnt", "./Resources/ss.png", +"./Resources/help.png", "./Resources/menus.png", "./Resources/title.png", "./Resources/credits.png", @@ -340,7 +341,7 @@ static const char* archive[]={ }; #endif //static const char* GLOBAL_H_FN="global.h"; -static const char* BLRVERSION="0.9.1-2 (r91)"; +static const char* BLRVERSION="0.9.1-3 (r92)"; static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec"; char *parseDate(const char *date) { -- cgit v1.2.3