Home
last modified time | relevance | path

Searched refs:R_CANNONS (Results 1 – 2 of 2) sorted by relevance

/dports/games/netherearth/netherearth-0.51/
H A Denemy_ai.cpp374 if (rg+resources[1][R_CANNONS]+resources[1][R_MISSILES]+resources[1][R_PHASERS]>40 && in AI_enemy_newrobot()
380 if (rg+resources[1][R_CANNONS]+resources[1][R_MISSILES]+resources[1][R_PHASERS]>20 && in AI_enemy_newrobot()
401 if (rg+resources[1][R_CANNONS]>20 && in AI_enemy_newrobot()
418 if (rg+resources[1][R_CANNONS]>20 && in AI_enemy_newrobot()
427 if (rg+resources[1][R_CANNONS]+resources[1][R_MISSILES]+resources[1][R_PHASERS]>40 && in AI_enemy_newrobot()
433 if (rg+resources[1][R_CANNONS]+resources[1][R_MISSILES]+resources[1][R_PHASERS]>20 && in AI_enemy_newrobot()
447 if (rg+resources[1][R_CANNONS]+resources[1][R_MISSILES]+resources[1][R_PHASERS]>40 && in AI_enemy_newrobot()
453 if (rg+resources[1][R_CANNONS]+resources[1][R_MISSILES]+resources[1][R_PHASERS]>20 && in AI_enemy_newrobot()
H A Dnether.h86 #define R_CANNONS 5 macro