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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user