Skip to content

Commit

Permalink
Add TODO about refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHargrave committed May 7, 2015
1 parent 1015d72 commit c23100d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/apps/plugins/common/src/g_game.cpp
Expand Up @@ -2026,6 +2026,8 @@ AutoStr *G_CurrentMapUriPath()
return AutoStr_FromTextStd(COMMON_GAMESESSION->mapUri().path().toStringRef().toUtf8().constData());
}


// TODO This is a great example o f a function that could be refactored out to each individual plugin via a callback (NOT a function contract!!!!)
de::Uri G_ComposeMapUri(uint episode, uint map)
{
String mapId;
Expand Down

0 comments on commit c23100d

Please sign in to comment.