Added explicit call to constructor of base class.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9365 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-07-26 02:23:09 +00:00
parent 60345bc424
commit 0e747f1766

View File

@@ -113,7 +113,7 @@ Vec3 Flyable::m_st_extend [PowerupManager::POWERUP_MAX];
// ----------------------------------------------------------------------------
Flyable::Flyable(Kart *kart, PowerupManager::PowerupType type, float mass)
: Moveable()
: Moveable(), TerrainInfo()
{
// get the appropriate data from the static fields
m_speed = m_st_speed[type];