X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=palette.c;h=af4131469d45cacdfb616ca9c5849e06db1f085f;hb=cf74e01c006d2937bf1e3a522efc7b2dd0f40ba2;hp=e397f1559a70a61879a0742814c253cce1b5d3a2;hpb=fae52291efa344ad98f83a13308ffa5dd583a11e;p=xonotic%2Fdarkplaces.git diff --git a/palette.c b/palette.c index e397f155..af413146 100644 --- a/palette.c +++ b/palette.c @@ -330,7 +330,7 @@ void Palette_Load(void) void Palette_Init(void) { - R_RegisterModule("Palette", Palette_Load, Palette_Shutdown, Palette_NewMap); + R_RegisterModule("Palette", Palette_Load, Palette_Shutdown, Palette_NewMap, NULL, NULL); Cvar_RegisterVariable(&r_colormap_palette); Palette_Load(); }