Skip to content

Commit

Permalink
Fix careless mistake in console code
Browse files Browse the repository at this point in the history
  • Loading branch information
perturbed committed Jan 31, 2016
1 parent 157baa5 commit 5e212f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/engine/client/cl_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ bool Con_CheckResize()
// Quick case for empty lines
if ( line.empty() )
{
old_lines.emplace_back();
consoleState.lines.emplace_back();
continue;
}

Expand Down

0 comments on commit 5e212f5

Please sign in to comment.