diff engine/core/video/animation.cpp @ 239:3804348fe3fb

Removed some weird stubs. Correctly set resource location. Note that the resource location on the ResourceClass seems to be of questionable utility anyway.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 24 Mar 2009 16:32:08 +0000
parents 54bfd1015b35
children 64738befdf3b
line wrap: on
line diff
--- a/engine/core/video/animation.cpp	Tue Mar 24 16:06:02 2009 +0000
+++ b/engine/core/video/animation.cpp	Tue Mar 24 16:32:08 2009 +0000
@@ -39,7 +39,6 @@
 namespace FIFE {
 
 	Animation::Animation(): 
-		m_location(""),
 		m_action_frame(-1),
 		m_animation_endtime(-1),
 		m_direction(0) {