aboutsummaryrefslogtreecommitdiffstats
path: root/include/player.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-05-06 22:10:34 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-05-06 22:10:34 -0400
commit70eced563f3ba4d98ed0a7952a81b69903ed1803 (patch)
tree66612356aeb22a4c2074cb19b30135db5cdd8722 /include/player.hpp
parentd6dac7e8336b435c2f335aa824df0aedd63074c6 (diff)
rendering improvements
Diffstat (limited to 'include/player.hpp')
-rw-r--r--include/player.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/player.hpp b/include/player.hpp
index 17ce2c1..077e798 100644
--- a/include/player.hpp
+++ b/include/player.hpp
@@ -80,8 +80,7 @@ public:
* Gets the width of the player.
* @return the player's width, according to its sprite
*/
- static inline float getWidth(void)
- { return game::entities.component<Solid>(player.id())->width; }
+ static float getWidth(void);
};
#endif // PLAYER_HPP_