Skip to content

Commit

Permalink
Some consting
Browse files Browse the repository at this point in the history
  • Loading branch information
ioan-chera committed Nov 5, 2023
1 parent 7f8f8f7 commit 1e9e6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsp_level.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ static void PutZVertices(ZLibContext &zcontext)
{
raw_v2_vertex_t raw;

vertex_t *vert = lev_vertices[i];
const vertex_t *vert = lev_vertices[i];

if (! vert->is_new)
continue;
Expand Down

0 comments on commit 1e9e6fd

Please sign in to comment.