From 30fe78f88dffe2b0115055e84b8bcbbc6a028eaa Mon Sep 17 00:00:00 2001 From: akirschbaum Date: Wed, 31 Oct 2007 20:41:50 +0000 Subject: [PATCH] Do not update the 'Modfied:' map header when normalizing maps. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7431 282e977c-c81d-0410-88c4-b93c2d0d6712 --- editor/scripts/MapNormalizer | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/scripts/MapNormalizer b/editor/scripts/MapNormalizer index a415e7ff3..845c7123d 100644 --- a/editor/scripts/MapNormalizer +++ b/editor/scripts/MapNormalizer @@ -17,7 +17,6 @@ void normalizeMap(File mapFile, String mapPath) { return; } - map.setModified(); map.save(); }