- Debugging amor problem

This commit is contained in:
cvs
2003-01-09 07:58:19 +00:00
parent c944355198
commit bbc0b64c43
4 changed files with 15 additions and 5 deletions

8
o2t.c
View File

@ -211,7 +211,13 @@
/* get and check drivabels */
pCom = FindCommand(pSics,omega);
pDum = pCom->pData;
if(pCom != NULL)
{
pDum = pCom->pData;
} else
{
pDum = NULL;
}
if(GetDrivableInterface(pDum) != NULL){
self->pOmega = pDum;
}