From 5ec443f76371f5fe2826ad9a4d39e23f99db2c6c Mon Sep 17 00:00:00 2001 From: danij Date: Sun, 12 Jan 2014 22:44:14 +0000 Subject: [PATCH] Hand|World: Updated wrt WorldSystem name change, fix compiler warning --- doomsday/client/src/clientapp.cpp | 2 +- doomsday/client/src/world/hand.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doomsday/client/src/clientapp.cpp b/doomsday/client/src/clientapp.cpp index 0c0e92f87c..76c0620fef 100644 --- a/doomsday/client/src/clientapp.cpp +++ b/doomsday/client/src/clientapp.cpp @@ -185,8 +185,8 @@ DENG2_PIMPL(ClientApp) , renderSys(0) , resourceSys(0) , winSys(0) - , worldSys(0) , svLink(0) + , worldSys(0) { clientAppSingleton = thisPublic; diff --git a/doomsday/client/src/world/hand.cpp b/doomsday/client/src/world/hand.cpp index 53d62dc674..78b24a6893 100644 --- a/doomsday/client/src/world/hand.cpp +++ b/doomsday/client/src/world/hand.cpp @@ -237,7 +237,7 @@ Vector3f const &Hand::editColor() const return d->editColor; } -void Hand::worldFrameEnds(WorldSystem & /*world*/) +void Hand::worldSystemFrameEnds() { if(grabbedCount()) {