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 4ca9bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion source/blood/src/triggers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ void OperateSprite(int nSprite, XSPRITE *pXSprite, const EVENT &event)
evPost(nSprite, 3, 18, kCmdOff, causerID);
}
}
break;
break;
case kThingArmedProxBomb:
if (pSprite->statnum != kStatRespawn) {
switch (event.cmd) {
Expand Down

0 comments on commit 4ca9bb9

Please sign in to comment.