Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2003-02-09 22:34:22 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2003-02-09 22:34:22 +0300
commite3f1ae0d9e737ac009fbf6db51b8a6ac0652dc99 (patch)
tree21b7dbb03ad5e40d03b9639a11d9d199d1de356f /source
parent892b8b44593cad08b658979428d0a5cd2585b669 (diff)
added a disabled notice when pressing PKEY and building without game engine.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/space.c2
1 files changed, 2 insertions, 0 deletions
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
}