Page 2 of 2

Posted: Tue Feb 19, 2002 2:24 am
by Fuerte
Yeah, but one more (last) comment... Because the game shows a different movement range when C&C is on, there is already code like

if (command_and_control)
show_restricted_movement_range();
else
show_complete_movement_range();

Now this code must be in several places, and in most of them (double-click, N and P keys) it is like

if (command_and_control && !recon_unit)
show_restricted_movement_range();
else
show_complete_movement_range();

Only when you click the unit for the very first time it does the first version of the code. Only that should be fixed, I can't understand why it is so hard... of course the real code is probably nothing like that though, but still.

Posted: Thu Feb 21, 2002 3:39 am
by Capt Chris
if ( unit == "recon" ){
printf("Recon, we don't need no stinking recon!!!");
}


I think Paul and the other developers have done a fine job. Taking a DOS based game and making sure it run on Windows. (Even though Windoze has enough trouble by itself) I am still fairly new to the game but from what I have seen here, they always pay attention to the feedback, good or bad.

Keep up the good work and I anxiously await CL.

Posted: Sat Mar 16, 2002 5:02 am
by RedMike
Give that man a cigar!!!!!