Skip to content

Commit

Permalink
ChangeLevel: Remove useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Apr 17, 2017
1 parent e9624b8 commit 3e23d1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scene/ChangeLevel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,6 @@ static Entity * ARX_CHANGELEVEL_Pop_IO(const std::string & idString, EntityInsta
if(!loadScriptData(io->script, dat, pos) || !loadScriptData(io->over_script, dat, pos)) {
LogError << "Save file is corrupted, trying to fix " << idString;
free(dat);
io->inventory = NULL;
RestoreInitialIOStatusOfIO(io);
SendInitScriptEvent(io);
return io;
Expand Down

0 comments on commit 3e23d1a

Please sign in to comment.