Erwan
-removing useless code -fixed a few cards (incorrect set)
This commit is contained in:
@@ -731,14 +731,12 @@ int AIPlayerBaka::Act(float dt){
|
||||
g->userRequestNextGamePhase();
|
||||
}
|
||||
} else {
|
||||
//if (!clickstream.empty()){
|
||||
AIAction * action = clickstream.front();
|
||||
action->Act();
|
||||
SAFE_DELETE(action);
|
||||
clickstream.pop();
|
||||
}
|
||||
|
||||
//if (clickstream.empty()) computeActions();
|
||||
|
||||
return 1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user