src/core1/ml.c: more consistent function names
This commit is contained in:
@@ -105,7 +105,7 @@ void chwhipcrack_update(Actor *this){
|
||||
__chwhipcrack_setState(this, 1);
|
||||
}
|
||||
player_getPosition(plyr_pos);
|
||||
plyr_dist = ml_distance_vec3f(plyr_pos, this->position);
|
||||
plyr_dist = ml_vec3f_distance(plyr_pos, this->position);
|
||||
if(this->state == 1){
|
||||
if(plyr_dist < 700.0f){
|
||||
__chwhipcrack_setState(this, 2);
|
||||
|
Reference in New Issue
Block a user