added a disabled notice when pressing PKEY and building without game engine.

This commit is contained in:
2003-02-09 19:34:22 +00:00
parent 892b8b4459
commit e3f1ae0d9e

View File

@@ -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
}