Notes |
|
(0003554)
|
TIHan
|
2012-05-02 03:04
|
|
|
|
|
Is there an example wad that allows to check the "poly objects with more than one thinker" problem?
> I also fixed a minor bug in that the sequence sound did not play when a poly door started closing.
That part of the fix possibly passes a wrong forth argument to SN_StartSequence: On the client the forth argument is always 0, on the server it is m_Close. |
|
|
(0003842)
|
TIHan
|
2012-06-24 16:00
|
|
Thanks for the review.
> Is there an example wad that allows to check the "poly objects with more than one thinker" problem?
I really wish I had one. I tested by commenting out the hub check and running Hexen map31 in survival.
> On the client the forth argument is always 0, on the server it is m_Close.
Didn't notice that. Should we extend the server command for this argument? |
|
|
|
> I really wish I had one. I tested by commenting out the hub check and running Hexen map31 in survival.
Can somebody create an example wad for this?
> Didn't notice that. Should we extend the server command for this argument?
Depending on which values m_Close can take it may be sufficient to introduce a new NETWORK_POLYOBJSOUND_e enum and use that accordingly. |
|