From e3f1ae0d9e737ac009fbf6db51b8a6ac0652dc99 Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Sun, 9 Feb 2003 19:34:22 +0000 Subject: added a disabled notice when pressing PKEY and building without game engine. --- source/blender/src/space.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/src/space.c b/source/blender/src/space.c index 22dff3df48b..18d312910c1 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -379,6 +379,8 @@ void start_game(void) allqueue(REDRAWACTION, 0); allspace(REMAKEIPO, 0); allqueue(REDRAWIPO, 0); +#else + notice("Game engine is disabled in this release!"); #endif } -- cgit v1.2.3