* fixed bug that allowed making engine snapshots from the level editor
+2006-10-24
+ * fixed bug that allowed making engine snapshots from the level editor
+
2006-10-22
* fixed bugs with player name and current level positions on main screen
-#define COMPILE_DATE_STRING "[2006-10-22 15:20]"
+#define COMPILE_DATE_STRING "[2006-10-24 19:53]"
{
FreeEngineSnapshot(); /* free previous snapshot, if needed */
+ if (level_editor_test_game) /* do not save snapshots from editor */
+ return;
+
/* copy some special values to a structure better suited for the snapshot */
SaveEngineSnapshotValues_RND();