X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcl_player.qh;fp=qcsrc%2Fserver%2Fcl_player.qh;h=4479f98c871331a4c560518cbfbf05cc55c5811f;hb=bb9450d7c9e2d77e39d5cfcce7a0a74b76de3cf5;hp=6f2aceec3a0e025ccaa2f32d725364823f0675bf;hpb=74941aea60c6fb7d875403113249410ee8af7c5e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/cl_player.qh b/qcsrc/server/cl_player.qh index 6f2aceec3..4479f98c8 100644 --- a/qcsrc/server/cl_player.qh +++ b/qcsrc/server/cl_player.qh @@ -59,8 +59,8 @@ void ClearPlayerSounds(); float LoadPlayerSounds(string f, float first); -.float modelindex_for_playersound; -.float skin_for_playersound; +.int modelindex_for_playersound; +.int skin_for_playersound; void UpdatePlayerSounds(); void FakeGlobalSound(string sample, float chan, float voicetype);