Skip to content

Commit

Permalink
Hand|World: Updated wrt WorldSystem name change, fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 12, 2014
1 parent 5027182 commit 5ec443f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/client/src/clientapp.cpp
Expand Up @@ -185,8 +185,8 @@ DENG2_PIMPL(ClientApp)
, renderSys(0)
, resourceSys(0)
, winSys(0)
, worldSys(0)
, svLink(0)
, worldSys(0)
{
clientAppSingleton = thisPublic;

Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/world/hand.cpp
Expand Up @@ -237,7 +237,7 @@ Vector3f const &Hand::editColor() const
return d->editColor;
}

void Hand::worldFrameEnds(WorldSystem & /*world*/)
void Hand::worldSystemFrameEnds()
{
if(grabbedCount())
{
Expand Down

0 comments on commit 5ec443f

Please sign in to comment.