Reported by iw here: http://celephais.net/board/view_thread.php?id=3&start=16293&end=16293
in gl_sky.c: char skybox_name[32] = ""; //name of current skybox, or "" if no skybox .. strcpy(skybox_name, name);
Lazy workaround would be making it [1024]
Fixed in r1669 with Oz's patch
Log in to post a comment.
Lazy workaround would be making it [1024]
Fixed in r1669 with Oz's patch