rename map history files to be less confusing

This commit is contained in:
Laura Klünder 2017-11-16 02:03:36 +01:00
parent e965983322
commit 7f0d52f23f
4 changed files with 5 additions and 5 deletions

View file

@ -315,7 +315,7 @@ class LevelRenderData:
level.render_data = pickle.dumps(render_data)
map_history.save(MapHistory.level_filename(level.pk, 'render'))
map_history.save(MapHistory.level_filename(level.pk, 'composite'))
with transaction.atomic():
for level in levels: