diff tests/swig_tests/action_tests.py @ 300:1465536aec94

* Reverting revisions 2937 - 2947; these have been pathfinding related changes that partially broke some FIFE-based 3rd party games * trunk has been copied to branches/active/pathfinding before the revert, so you can continue to work on the pathfinding changes without the risk of breaking trunk by accident
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 06 Jul 2009 19:51:22 +0000
parents e194eb289fb0
children a0e00b4b0fac
line wrap: on
line diff
--- a/tests/swig_tests/action_tests.py	Mon Jul 06 01:35:34 2009 +0000
+++ b/tests/swig_tests/action_tests.py	Mon Jul 06 19:51:22 2009 +0000
@@ -23,8 +23,7 @@
 	
 		self.obj = fife.Object("object001", 'plaa')
 		fife.ObjectVisual.create(self.obj)
-#		self.pather = fife.LinearPather()
-                self.pather = fife.RoutePather()
+		self.pather = fife.LinearPather()
 		self.obj.setPather(self.pather)
 		self.action = self.obj.createAction('walk')
 		fife.ActionVisual.create(self.action)