mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-26 07:49:33 +00:00
aggressive ai stuck in loop
This commit is contained in:
@@ -45,6 +45,9 @@ namespace BBM
|
||||
//! @brief push danger map info
|
||||
void pushInfoDanger(LuaG::State &state);
|
||||
|
||||
//! @brief push info ennemies
|
||||
void pushInfoEnemies(LuaG::State &state);
|
||||
|
||||
//! @brief push all the infos to the lua stack
|
||||
void pushInfo(LuaG::State &state, MapInfo &player, BombHolderComponent &bombHolder);
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user