alliedmodders / hl2sdk

Half-Life 2 SDK Mirrors
https://github.com/valvesoftware
341 stars 158 forks source link

[CS2] Update iloopmode.h, and irecipientfilter.h #163

Closed hzqst closed 8 months ago

hzqst commented 8 months ago

Pretty much the title.

GAMMACASE commented 8 months ago

I see that you reverted back the header split, can I know why? The loop stuff is still better to be in its own header file

hzqst commented 8 months ago

I see that you reverted back the header split, can I know why? The loop stuff is still better to be in its own header file

Because I did a full copy-paste from @psychonic 's dwarf bin results which didn't do the division.

GAMMACASE commented 8 months ago

Yea, but his work shouldn't be treated as a goto/state of the art one, he just shared what he had laying around, and as per his comment as well, this needs to be moved to a separate header file.

GAMMACASE commented 8 months ago

Looks good now, thanks for the contribution!