Fixed pointcontents stock

This commit is contained in:
David Anderson 2004-08-24 09:04:27 +00:00
parent 5464977fb7
commit a86c892af2

View File

@ -284,7 +284,7 @@ stock VelocityByAim(iIndex,iVelocity, Float:vRetValue[3]) {
}
/* Will return the contents of a point (inside map? in sky? outside map? etc.). */
stock PointContents(Float:fCheckAt[3]) {
return point_contents(fCheckAt[3]);
return point_contents(fCheckAt);
}
stock set_size(index, Float:mins[3], Float:maxs[3]) {