From 50dab4fc37d33352c2f1c6181da9d54799e36a12 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 31 Oct 2010 03:20:33 +0000 Subject: rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEENGINE --- source/blender/windowmanager/intern/wm_init_exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager/intern/wm_init_exit.c') diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c index b9736009d32..b8e6cf5424d 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.c +++ b/source/blender/windowmanager/intern/wm_init_exit.c @@ -65,7 +65,7 @@ #include "BPY_extern.h" #endif -#if GAMEBLENDER == 1 +#ifdef WITH_GAME_ENGINE #include "SYS_System.h" #endif @@ -434,7 +434,7 @@ void WM_exit(bContext *C) wm_ghost_exit(); CTX_free(C); -#if GAMEBLENDER == 1 +#ifdef WITH_GAME_ENGINE SYS_DeleteSystem(SYS_GetSystem()); #endif if(MEM_get_memory_blocks_in_use()!=0) { -- cgit v1.2.3