Skip to content

Commit

Permalink
libcommon|MapStateWriter: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 9, 2014
1 parent 4641c7a commit 0d92b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/mapstatewriter.cpp
Expand Up @@ -232,7 +232,7 @@ MapStateWriter::MapStateWriter(bool excludePlayers)
void MapStateWriter::write(Writer *writer)
{
DENG_ASSERT(writer != 0);
writer = writer;
d->writer = writer;

d->beginMapSegment();
{
Expand Down

0 comments on commit 0d92b47

Please sign in to comment.