Skip to content

Commit

Permalink
playing.cxx: with world delete all the trace of it
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Dec 11, 2024
1 parent 0736ae1 commit a6010de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bzflag/playing.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1836,6 +1836,7 @@ static void loadCachedWorld()
{
delete world;
world = NULL;
World::setWorld(world);
}
if (!worldBuilder->unpack(localWorldDatabase))
{
Expand Down

0 comments on commit a6010de

Please sign in to comment.