]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.c
The code works as intended! Change some names and comments in the meantime.
[xonotic/darkplaces.git] / sbar.c
diff --git a/sbar.c b/sbar.c
index 8b722295c253fba57851b8776d7800d42b9938b1..d062a86a61dbfdc8813a6a5d4590c081617110d8 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -407,7 +407,7 @@ void Sbar_Init (void)
                Cvar_RegisterVariable(&sbar_flagstatus_pos); // this cvar makes no sense in other games
        }
 
-       R_RegisterModule("sbar", sbar_start, sbar_shutdown, sbar_newmap);
+       R_RegisterModule("sbar", sbar_start, sbar_shutdown, sbar_newmap, NULL, NULL);
 }