diff --git a/source/games/duke/src/types.h b/source/games/duke/src/types.h index 8eaf42cfb..79c0e3563 100644 --- a/source/games/duke/src/types.h +++ b/source/games/duke/src/types.h @@ -403,10 +403,6 @@ struct player_struct pos.Z += z * zinttoworld; } - void player_set_int_z(int z) - { - pos.Z = z * zinttoworld; - } void player_add_int_xy(const vec2_t& v) { pos.X += v.X * inttoworld;