Skip to content

Commit

Permalink
Blood: Remove useless tab
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyqlfpir committed Nov 3, 2024
1 parent 48ed122 commit 4205a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blood/src/loadsave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void LoadSave::LoadGame(char *pzFile)
gFrameRate = 0;
totalclock = 0;
gPaused = 0;
gGameStarted = 1;
gGameStarted = 1;

#ifdef USE_STRUCT_TRACKERS
Bmemset(sectorchanged, 0, sizeof(sectorchanged));
Expand Down

0 comments on commit 4205a6f

Please sign in to comment.