]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_player.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_player.qh
index 6f2aceec3a0e025ccaa2f32d725364823f0675bf..4479f98c871331a4c560518cbfbf05cc55c5811f 100644 (file)
@@ -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);