mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 02:36:31 +00:00
doesn't compile
This commit is contained in:
@@ -37,8 +37,6 @@ namespace BBM
|
||||
bool bomb = false;
|
||||
//! @brief input value for pause
|
||||
bool pause = false;
|
||||
//! @brief The speed applied to every controllable entities.
|
||||
float speed = .15f;
|
||||
//! @brief The layout used for this controllable.
|
||||
Layout layout = NONE;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
class SpeedComponent : WAL::Component
|
||||
class SpeedComponent : public WAL::Component
|
||||
{
|
||||
public:
|
||||
//! @brief entity speed
|
||||
|
||||
Reference in New Issue
Block a user