|
|
|
|
@ -3611,13 +3611,13 @@ void OperateSkelBook(int pnum, int i, BOOL sendmsg)
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void OperateBookCase(int pnum, int i, BOOL sendmsg) |
|
|
|
|
void OperateBookCase(int pnum, int i, DIABOOL sendmsg) |
|
|
|
|
{ |
|
|
|
|
if (object[i]._oSelFlag != 0) { |
|
|
|
|
if (!deltaload) |
|
|
|
|
PlaySfxLoc(IS_ISCROL, object[i]._ox, object[i]._oy); |
|
|
|
|
object[i]._oAnimFrame -= 2; |
|
|
|
|
object[i]._oSelFlag = 0; |
|
|
|
|
object[i]._oAnimFrame -= 2; |
|
|
|
|
if (!deltaload) { |
|
|
|
|
SetRndSeed(object[i]._oRndSeed); |
|
|
|
|
CreateTypeItem(object[i]._ox, object[i]._oy, FALSE, ITYPE_MISC, IMISC_BOOK, sendmsg, FALSE); |
|
|
|
|
|