Source SDK

Source SDK

"Warning treated as error - no 'object; file generated" while trying to add in the Houndeye
This is the only thing that I need to fix in order to get it working. The code is;
for ( CEntitySphereQuery sphere( GetAbsOrigin(), HOUNDEYE_MAX_ATTACK_RADIUS ); pEntity = sphere.GetCurrentEntity(); sphere.NextEntity() )

it is on line 699 for me but I added things so it would be on a slightly lower line for everyone else. I got the file from the old SDK. This also affects the immolator from the beta too. Please help me fix this.
< >
Showing 1-5 of 5 comments
Lychy May 14, 2020 @ 11:48am 
What warning is it?
Lychy May 14, 2020 @ 11:50am 
If you want, you can turn off 'Treat Warnings as Errors' in the project's C/C++ properties
BUTTERDOGESTARWARS May 14, 2020 @ 12:18pm 
Originally posted by Lychy:
If you want, you can turn off 'Treat Warnings as Errors' in the project's C/C++ properties
Ok, thanks!
Originally posted by Lychy:
If you want, you can turn off 'Treat Warnings as Errors' in the project's C/C++ properties
Now it says that there are unresolved external symbols
Originally posted by Lychy:
If you want, you can turn off 'Treat Warnings as Errors' in the project's C/C++ properties
Nvm I fixed it
< >
Showing 1-5 of 5 comments
Per page: 1530 50