gOffset is initialized to 0

This commit is contained in:
Anonymous Maarten 2022-11-09 16:08:21 +01:00
parent 8747449cdd
commit 1e45bcf461
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ int gShrapnel_flags;
br_model* gShrapnel_model[2];
int gSmoke_flags;
int gSmoke_num;
int gOffset;
int gOffset = 0;
int gColumn_flags;
int gNext_column;
br_pixelmap* gBlack_smoke_shade_table;