Skip to content

Commit

Permalink
Fixed|libdoomsday: Clearing mapped Config variables from database
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 17, 2014
1 parent 2ec76b3 commit 5aa2439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/libdoomsday/src/console/cmd.cpp
Expand Up @@ -55,6 +55,7 @@ void Con_ClearCommands(void)
ccmdBlockSet = 0;
ccmdListHead = 0;
numUniqueNamedCCmds = 0;
mappedConfigVariables.clear();
}

void Con_AddKnownWordsForCommands()
Expand Down

0 comments on commit 5aa2439

Please sign in to comment.