ooh, console C++. im sure thats how theyre goding civ3.
int BattleResult( int [COLOR=deeppink]French[/COLOR], int [COLOR=darkblue]German[/COLOR])
{
[COLOR=deeppink]French[/COLOR].PinkKnightCharge();
[COLOR=darkblue]German[/COLOR].LOL();
[COLOR=deeppink]French[/COLOR]--;
[COLOR=darkblue]German[/COLOR]++;
return 0;
}
Comment