From ae9b4b81cbeb7275a7e57106436f04990619254c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Jan 2012 06:43:58 +0000 Subject: opengl render save ignored alpha settings. also some FILE_MAX defines missed last commit. --- source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/BlenderRoutines') diff --git a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp index 445f2b8f0ba..493516aeef4 100644 --- a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp +++ b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp @@ -286,7 +286,7 @@ extern "C" void StartKetsjiShell(struct bContext *C, struct ARegion *ar, rcti *c exitrequested = KX_EXIT_REQUEST_NO_REQUEST; if (bfd) BLO_blendfiledata_free(bfd); - char basedpath[240]; + char basedpath[FILE_MAX]; // base the actuator filename with respect // to the original file working directory -- cgit v1.2.3