projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b722be
)
changed saving engine snapshots also being allowed from editor
author
Holger Schemel
<info@artsoft.org>
Wed, 25 Mar 2015 17:44:14 +0000
(18:44 +0100)
committer
Holger Schemel
<info@artsoft.org>
Wed, 25 Mar 2015 17:44:14 +0000
(18:44 +0100)
src/game.c
patch
|
blob
|
history
diff --git
a/src/game.c
b/src/game.c
index 63eb94115bb5224ca532217187b45d973b69041a..e7a139f45989aeef4e7baf5c25bea8c190fe5baf 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-14610,10
+14610,6
@@
ListNode *SaveEngineSnapshotBuffers()
{
ListNode *buffers = NULL;
- /* do not save snapshots from editor */
- if (level_editor_test_game)
- return NULL;
-
/* copy some special values to a structure better suited for the snapshot */
if (level.game_engine_type == GAME_ENGINE_TYPE_RND)