]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qh
Remove various SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
index a45d91343f255e0ccd88240fc39a6e9cd2bc6c7c..63b1c708f21f1bdea6a7fe441988bc2dd57e97bd 100644 (file)
@@ -98,7 +98,7 @@ void print_to(entity to, string input);
 // ==========================================
 
 // used by CommonCommand_timeout() and CommonCommand_timein() to handle game pausing and messaging and such.
-void timeout_handler_reset();
+void timeout_handler_reset(entity this);
 
 void timeout_handler_think(entity this);