Have to comment out an assert which makes the campaign near impossible to play.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4277 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2008-03-23 22:07:41 +00:00
parent 215359543f
commit c5b969997a
1 changed files with 2 additions and 1 deletions

View File

@ -5598,7 +5598,8 @@ static void SaveDroidMoveControl(SAVE_DROID * const psSaveDroid, DROID const * c
{
unsigned int i;
ASSERT(droidOnMap(psDroid), "saved droid standing or moving off the map");
// Had to disable this one -- cannot figure out where it gets set wrong! - Per
// ASSERT(droidOnMap(psDroid), "saved droid standing or moving off the map");
// Copy over the endian neutral stuff (all UBYTE)
psSaveDroid->sMove.Status = psDroid->sMove.Status;