Skip to content

Commit

Permalink
engine: common: fix clang build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon authored and a1batross committed Jan 19, 2025
1 parent 7811b60 commit d278d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/common/mod_bmodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ static qboolean Mod_SearchForTextureReplacement( char *out, size_t size, const c
return false;
}

static void Mod_InitSkyClouds( model_t *mod, mip_t *mt, texture_t *tx, qboolean custom_palette )
static void Mod_InitSkyClouds( model_t *mod, const mip_t *mt, texture_t *tx, qboolean custom_palette )
{
#if !XASH_DEDICATED
rgbdata_t r_temp, *r_sky;
Expand Down

0 comments on commit d278d3b

Please sign in to comment.