]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/state.qc
Clean up inventory creation code a bit so that it's somewhat spectatable
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / state.qc
index 2e3a262a59e9662c2456e77a7277f2cb9bd9acef..fc3530744c2a693cc5cb20100e568c78ab517845 100644 (file)
@@ -1,6 +1,6 @@
 #include "state.qh"
 
-void Inventory_new(entity this);
+void Inventory_new(PlayerState this);
 void Inventory_delete(entity this);
 
 void PlayerState_attach(entity this)