View Single Post
  #10  
Old July 25th, 2008, 09:39 AM
Mobhack's Avatar

Mobhack Mobhack is offline
National Security Advisor
 
Join Date: Mar 2005
Location: Dundee
Posts: 5,988
Thanks: 481
Thanked 1,922 Times in 1,250 Posts
Mobhack is on a distinguished road
Default Re: New Problem PBEM Camapaign \"Ghost Crews\"I

Its OK - I managed to recreate part of the problem in a test game or 2.

Seems only to happen to player 2 crews - the problem being that when the crews are deleted on recombining, the core flag was not reset, but the active flag was set to null. Another routine was checking the core flag and the active flag, and letting them through on either being true - should have been a test on both flags true. So some surplus "crews" were appearing - depending on the data they happened to have when incorrectly deleted, they might show up on either side. Anyway - the problem seems fixed in the development EXE now (still testing).

Andy
Reply With Quote