Skip to content

Commit

Permalink
Cleanup|libcommon: "magic" is no longer a SessionMetadata value
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 21, 2014
1 parent 67c6178 commit ff82621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/plugins/common/src/g_game.cpp
Expand Up @@ -3372,7 +3372,6 @@ de::game::SessionMetadata *G_CurrentSessionMetadata(de::String const &userDescri
{
de::game::SessionMetadata *metadata = new de::game::SessionMetadata;

metadata->set("magic", int(IS_NETWORK_CLIENT? MY_CLIENT_SAVE_MAGIC : MY_SAVE_MAGIC));
metadata->set("gameIdentityKey", G_IdentityKey());
metadata->set("userDescription", userDescription);
metadata->set("mapUri", Str_Text(Uri_Compose(gameMapUri)));
Expand Down

0 comments on commit ff82621

Please sign in to comment.