From: Yura S. <yu...@us...> - 2006-06-24 09:29:16
|
Update of /cvsroot/timewarp/source/games In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20039/source/games Modified Files: gmissions.cpp Log Message: Geomans Campaign: fixed crash when ambasador dies Index: gmissions.cpp =================================================================== RCS file: /cvsroot/timewarp/source/games/gmissions.cpp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** gmissions.cpp 2 Jun 2006 13:38:21 -0000 1.32 --- gmissions.cpp 24 Jun 2006 09:29:13 -0000 1.33 *************** *** 1220,1223 **** --- 1220,1228 ---- return; + if (!shp->control) + { + shp->die(); + return; + } // reset the keys for this ship shp->control->keys = 0; |