Skip to content

Commit

Permalink
Fixed|Server: Compiler warning about unused symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 28, 2012
1 parent 07daf8e commit 154502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/src/busymode.cpp
Expand Up @@ -43,6 +43,7 @@ static QEventLoop* eventLoop;
static volatile boolean busyDoneCopy;
static timespan_t busyTime;
static boolean busyWillAnimateTransition;
static boolean busyWasIgnoringInput;

#endif // __CLIENT__

Expand All @@ -55,7 +56,6 @@ static BusyTask* busyTask; // Current task.
static thread_t busyThread;
static timespan_t accumulatedBusyTime; // Never cleared.
static boolean busyTaskEndedWithError;
static boolean busyWasIgnoringInput;
static char busyError[256];

#ifdef __CLIENT__
Expand Down

0 comments on commit 154502a

Please sign in to comment.