comparison 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
comparison
equal deleted inserted replaced
238:d76169461729 239:3804348fe3fb
37 #include "util/structures/rect.h" 37 #include "util/structures/rect.h"
38 38
39 namespace FIFE { 39 namespace FIFE {
40 40
41 Animation::Animation(): 41 Animation::Animation():
42 m_location(""),
43 m_action_frame(-1), 42 m_action_frame(-1),
44 m_animation_endtime(-1), 43 m_animation_endtime(-1),
45 m_direction(0) { 44 m_direction(0) {
46 } 45 }
47 46