# HG changeset patch
# User insilmaril
# Date 1107164863 0
# Node ID 9771028de303fc3c9aad444b277effca9d40aea1
# Parent  5cf1836a440a84482f7e108dd44130c3f816a5ae
fixed segfault when loading .vyp

diff -r 5cf1836a440a -r 9771028de303 mapeditor.cpp
--- a/mapeditor.cpp	Sun Jan 30 23:28:09 2005 +0000
+++ b/mapeditor.cpp	Mon Jan 31 09:47:43 2005 +0000
@@ -301,7 +301,7 @@
 	#endif
 
 	modifierMode=pickColorMode;
-	modifierMode=linkObjectsMode;	// FIXME testing
+	//modifierMode=linkObjectsMode;	// FIXME testing
 
 	pickingColor=false;
 
diff -r 5cf1836a440a -r 9771028de303 tex/vym.tex
--- a/tex/vym.tex	Sun Jan 30 23:28:09 2005 +0000
+++ b/tex/vym.tex	Mon Jan 31 09:47:43 2005 +0000
@@ -713,9 +713,8 @@
 \begin{longtable}{|lcp{8cm}l|} \hline
 Version	&	&	Comment								& Date	\\ \hline \hline \endhead
 	\hline \endfoot
-1.6.1 	& -	&	                                     & 2005-01-30 \\ 
-		& -	&	Optimized moving of branches: much faster especially 
-				with huge subtrees					&\\
+1.6.1	& -	&	Optimized moving of branches: much faster especially 
+				with huge subtrees					&2005-01-30\\
 		& -	&	Bugfix: Segfault when loading vym part &\\
 		& -	&	Bugfix: ugly unitialized lines, when 
 				temporary drawn link was moved from a 
diff -r 5cf1836a440a -r 9771028de303 version.h
--- a/version.h	Sun Jan 30 23:28:09 2005 +0000
+++ b/version.h	Mon Jan 31 09:47:43 2005 +0000
@@ -2,6 +2,6 @@
 #define VERSION_H
 
 #define __VYM_VERSION__ "1.6.1"
-#define __BUILD_DATE__ "January 30, 2005"
+#define __BUILD_DATE__ "January 31, 2005"
 
 #endif