Skip to content

Commit

Permalink
Fixed|Client: Build failure in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 8, 2014
1 parent 4bc92be commit 2490658
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/client/src/network/net_main.cpp
Expand Up @@ -734,13 +734,15 @@ void Net_Drawer()
// Draw the light range debug display.
Rend_DrawLightModMatrix();

# ifdef DENG2_DEBUG
// Draw the input debug display.
I_DebugDrawer();
# endif

// Draw the demo recording overlay.
Net_DrawDemoOverlay();

# ifdef _DEBUG
# ifdef DENG2_DEBUG
Z_DebugDrawer();
# endif
#endif // __CLIENT__
Expand Down
2 changes: 2 additions & 0 deletions doomsday/client/src/ui/inputsystem.cpp
Expand Up @@ -2008,7 +2008,9 @@ void InputSystem::consoleRegister() // static
//C_CMD_FLAGS("setaxis", "ss", AxisChangeOption, CMDF_NO_DEDICATED);
//C_CMD_FLAGS("setaxis", "sss", AxisChangeValue, CMDF_NO_DEDICATED);

#ifdef DENG2_DEBUG
I_DebugDrawerConsoleRegister();
#endif

#undef PROTECTED_FLAGS
}
Expand Down

0 comments on commit 2490658

Please sign in to comment.