Only mark Bob as gone if this isn't a boss mission.
This commit is contained in:
parent
9c279da3a2
commit
600032a41b
|
@ -111,11 +111,11 @@ void initWorld(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
world.bob->flags |= EF_GONE;
|
||||
|
||||
playMusic(1);
|
||||
}
|
||||
|
||||
world.bob->flags |= EF_GONE;
|
||||
|
||||
game.stats[STAT_MISSIONS_PLAYED]++;
|
||||
|
||||
app.delegate.logic = logic;
|
||||
|
|
Loading…
Reference in New Issue