]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/command/cl_cmd.qc
Commands: move dump commands to their respective systems
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qc
index 72fa244835207c21677501e4b2ec3d010f3757b2..88cd246ff106fe5246ad3de4b721ced2e1fd80bf 100644 (file)
@@ -20,8 +20,8 @@
 
 #include "../../common/command/generic.qh"
 
-void DrawDebugModel()
-{SELFPARAM();
+void DrawDebugModel(entity this)
+{
        if(time - floor(time) > 0.5)
        {
                PolyDrawModel(self);