Erwan
- Lords are now taken into account in AI statistics. (To display information, uncomment RENDER_AI_STATS in config.h) - fixed a potential segfault with NoFizzle
This commit is contained in:
@@ -39,6 +39,7 @@ class Player: public Damageable{
|
||||
string deckFileSmall;
|
||||
|
||||
virtual int receiveEvent(WEvent * event){return 0;};
|
||||
virtual void Render(){};
|
||||
};
|
||||
|
||||
class HumanPlayer: public Player{
|
||||
|
||||
Reference in New Issue
Block a user