warning removal.

This commit is contained in:
Steven Fuller 2003-05-22 00:23:07 +00:00 committed by Patryk Obara
parent 46e7680ea1
commit b151298459
21 changed files with 77 additions and 153 deletions

View file

@ -3874,7 +3874,9 @@ void AddShape(DISPLAYBLOCK *dptr, VIEWDESCRIPTORBLOCK *VDB_Ptr)
if(dptr->ObMorphCtrl)
{
LOCALASSERT(dptr->ObMorphCtrl->ObMorphHeader);
if(dptr->ObMorphCtrl->ObMorphHeader)
/* SBF - commented out */
/* if(dptr->ObMorphCtrl->ObMorphHeader) */
{
GetMorphDisplay(&MorphDisplay, dptr);
dptr->ObShape = MorphDisplay.md_shape1;