Skip to content

Commit 974dd27

Browse files
committed
haha, whoops
1 parent dad6743 commit 974dd27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Battlescape/DelayedSaveState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void DelayedSaveState::init()
5353
*/
5454
void DelayedSaveState::think()
5555
{
56-
if (!_firstRun)
56+
if (_firstRun)
5757
{
5858
_firstRun = false;
5959
}

0 commit comments

Comments
 (0)