Velaron / cs16-client

Other
78 stars 17 forks source link

Various fixes #82

Closed a1batross closed 1 month ago

a1batross commented 2 months ago
  1. Always call removing menu* buttons when menu is closed. Just less annoying to use on PC with default settings.

  2. This is actually interesting one. I suppose these checks were added by me trying to avoid drawing player, there were multiple bugs about it and I didn't found the real cause. I guess now that we have more bugfixed engine and better knowledge of the game, these checks can be removed. At least, they definitely shouldn't be here. Fixes https://github.com/FWGS/xash3d-fwgs/issues/1660

Velaron commented 1 month ago

appreciate it