Skip to content

Commit

Permalink
Player: Remove redundant cleanup call
Browse files Browse the repository at this point in the history
ALL entities will be deleted anyway.
  • Loading branch information
dscharrer committed Jun 18, 2023
1 parent 0f3a07e commit f1f01cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game/Player.cpp
Expand Up @@ -2579,9 +2579,6 @@ void ARX_GAME_Reset() {
g_cameraEntity = nullptr;
CHANGE_LEVEL_ICON = NoChangeLevel;

// Kill Script Loaded IO
CleanScriptLoadedIO();

ClearTileLights();
}

Expand Down

0 comments on commit f1f01cf

Please sign in to comment.