X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpalettel.c;h=6ec55683ca3abd40c8db0ac30984f47456c2e92d;hb=00733c2c8a7f1c5a1b618af05c39235fdd203364;hp=5ce5c809c2c6bf7efca575f76156541eb979c651;hpb=e7560148aa2da2b398dfeb8c5ee7e49bf9deff0b;p=16.git diff --git a/src/palettel.c b/src/palettel.c index 5ce5c809..6ec55683 100755 --- a/src/palettel.c +++ b/src/palettel.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -20,10 +20,9 @@ * */ -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" #include "src/lib/bakapee.h" -global_game_variables_t gvar; byte *pal; char *bakapee; word i; @@ -31,6 +30,7 @@ word i; void main(int argc, char *argv[]) { + static global_game_variables_t gvar; //page.width += 32; //page.height += 32; pal = modexNewPal();