kiroma

Results 4 issues of kiroma

#### Your system information * System information from steam: https://gist.github.com/kiroma/30f5f9f9ce4ae51d3c3dce49db73db82 * Have you checked for system updates?: Yes #### Please describe your issue in as much detail as possible: After...

Linux

For some reason, in following line: `static ALIGN16 int32 signmask[4]={0x80000000,0x80000000,0x80000000,0x80000000};` [(located in src/raytrace/trace2.cpp at line 45)](https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/raytrace/trace2.cpp#L45) 0x80000000 is converted by compiler to 2147483648u, which throws a narrowing error. There are...

Reviewed

To be honest I have no idea why I wrote this.