summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-03-16 18:20:17 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2011-03-16 19:09:12 (GMT)
commita6dabf20722250c7f4cc254eb2cbf264149306e5 (patch)
treeac6049aed20d1867b67f189fdd36af1876483c5b /src/main.c
parent02084109524239a2b57b5eb8d699bd6c1fbe1597 (diff)
downloadpowder-a6dabf20722250c7f4cc254eb2cbf264149306e5.zip
powder-a6dabf20722250c7f4cc254eb2cbf264149306e5.tar.gz
Visual Studio
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b06693c..f8ea58f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1195,7 +1195,6 @@ int main(int argc, char *argv[])
int pastFPS = 0;
int past = 0;
pixel *vid_buf=calloc((XRES+BARSIZE)*(YRES+MENUSIZE), PIXELSIZE);
- pers_bg = calloc((XRES+BARSIZE)*YRES, PIXELSIZE);
void *http_ver_check;
void *http_session_check = NULL;
char *ver_data=NULL, *check_data=NULL, *tmp;
@@ -1214,6 +1213,7 @@ int main(int argc, char *argv[])
int save_mode=0, save_x=0, save_y=0, save_w=0, save_h=0, copy_mode=0;
SDL_AudioSpec fmt;
int username_flash = 0, username_flash_t = 1;
+ pers_bg = calloc((XRES+BARSIZE)*YRES, PIXELSIZE);
GSPEED = 1;
/* Set 16-bit stereo audio at 22Khz */