static rtexture_t *R_LoadCubemap(const char *basename)
{
int i, j, cubemapsize, forcefilter;
+ char name[256];
unsigned char *cubemappixels, *image_buffer;
rtexture_t *cubemaptexture;
// HACK: if the cubemap name starts with a !, the cubemap is nearest-filtered
basename++;
forcefilter = TEXF_FORCENEAREST;
}
- char name[256];
// must start 0 so the first loadimagepixels has no requested width/height
cubemapsize = 0;
cubemappixels = NULL;
Con_Printf("%5u total_channels\n", total_channels);
}
-void S_PauseSound_f(cmd_state_t *cmd)
+static void S_PauseSound_f(cmd_state_t *cmd)
{
if( Cmd_Argc(cmd) != 2 ) {
Con_Print("pausesound <pause>\n");