fixed bug at26581

This commit is contained in:
David Anderson 2006-03-14 09:59:28 +00:00
parent 4cb8d4adc7
commit 9c88ce1394

View File

@ -37,7 +37,7 @@ stock get_entity_origin(index, origin[3]) {
/* Sets the origin of an entity */ /* Sets the origin of an entity */
stock set_entity_origin(index, origin[3]) { stock set_entity_origin(index, origin[3]) {
new Float:vector[3] new Float:vector[3]
IVecFVec(originvector) IVecFVec(origin, vector)
entity_set_vector(index, EV_VEC_origin, vector) entity_set_vector(index, EV_VEC_origin, vector)
} }