aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/server/SV_GAME.java
diff options
context:
space:
mode:
authorRene Stoeckel <[email protected]>2006-01-21 21:53:32 +0000
committerRene Stoeckel <[email protected]>2006-01-21 21:53:32 +0000
commitb1687ff6524d137d98d8b980bc3f145d33dd9210 (patch)
tree5a83d18cce4ec8548235779cf9b1fdb2f15d38aa /src/jake2/server/SV_GAME.java
parent9fe15bb8be084d5e580555877638d320482a3cfb (diff)
comment beautification
Diffstat (limited to 'src/jake2/server/SV_GAME.java')
-rw-r--r--src/jake2/server/SV_GAME.java10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/jake2/server/SV_GAME.java b/src/jake2/server/SV_GAME.java
index b930136..b295462 100644
--- a/src/jake2/server/SV_GAME.java
+++ b/src/jake2/server/SV_GAME.java
@@ -19,7 +19,7 @@
*/
// Created on 14.01.2004 by RST.
-// $Id: SV_GAME.java,v 1.9 2006-01-20 22:44:07 salomo Exp $
+// $Id: SV_GAME.java,v 1.10 2006-01-21 21:53:32 salomo Exp $
package jake2.server;
import jake2.Defines;
@@ -67,6 +67,14 @@ public class SV_GAME {
Com.Printf(fmt);
}
+
+ /**
+ * Centerprintf for critical messages.
+ */
+ public static void PF_cprintfhigh(edict_t ent, String fmt) {
+ PF_cprintf(ent, Defines.PRINT_HIGH, fmt);
+ }
+
/**
* PF_cprintf
*