wtfbbqhax / tremulous

:godmode: Modern modular idTech3 based engine, Tremulous

Home Page:http://wtfbbqhax.github.io/tremulous/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cg_weapons.cpp, unsafe mix of type bool and type int

wtfbbqhax opened this issue · comments

Reported by msvc, unsafe mix of bool/int in comparison

C:\Users\vroem\source\repos\wtfbbqhax\tremulous\src\cgame\cg_weapons.cpp(1038): warning C4805: '!=': unsafe mix of type 'bool' and type 'int' in operation
C:\Users\vroem\source\repos\wtfbbqhax\tremulous\src\cgame\cg_weapons.cpp(1044): warning C4805: '!=': unsafe mix of type 'bool' and type 'int' in operation