[xiph-commits] r9633 - trunk/planarity
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed Jul 27 21:39:37 PDT 2005
Author: xiphmont
Date: 2005-07-27 21:39:35 -0700 (Wed, 27 Jul 2005)
New Revision: 9633
Modified:
trunk/planarity/gameboard.c
trunk/planarity/version.h
Log:
Multi-node moves were not triggering the win criteria (or updating score).
Modified: trunk/planarity/gameboard.c
===================================================================
--- trunk/planarity/gameboard.c 2005-07-28 04:04:00 UTC (rev 9632)
+++ trunk/planarity/gameboard.c 2005-07-28 04:39:35 UTC (rev 9633)
@@ -686,6 +686,7 @@
if(g->group_drag){
move_selected_verticies(g->dragx,g->dragy);
update_background(widget); // cheating
+ score_update(g);
g->group_drag=0;
}
Modified: trunk/planarity/version.h
===================================================================
--- trunk/planarity/version.h 2005-07-28 04:04:00 UTC (rev 9632)
+++ trunk/planarity/version.h 2005-07-28 04:39:35 UTC (rev 9633)
@@ -1,2 +1,2 @@
/* DO NOT EDIT: Automated versioning hack [Thu Jul 21 05:46:15 EDT 2005] */
-/* DO NOT EDIT: Automated versioning hack [Wed Jul 27 23:28:33 EDT 2005] */
+/* DO NOT EDIT: Automated versioning hack [Thu Jul 28 00:39:04 EDT 2005] */
More information about the commits
mailing list