| # | Line 55 | Line 55 | findmaterial(register OBJREC *o) | |
|---|---|---|
| 55 | ao = objptr(aobj); | |
| 56 | if (ismaterial(ao->otype)) | |
| 57 | return(ao); | |
| 58 | + | if (ao->otype == MOD_ALIAS) { |
| 59 | + | o = ao; |
| 60 | + | continue; |
| 61 | + | } |
| 62 | } | |
| 63 | if (o->omod == OVOID) | |
| 64 | return(NULL); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |