forked from alterware/iw6-mod
Tweaked comments.
This commit is contained in:
@@ -154,6 +154,7 @@ namespace demo_timescale
|
||||
// add timescale support for lua ui elements during demo playback
|
||||
LUI_Layout_hook.create(game::LUI_Layout, set_delta_time_ui_elements);
|
||||
|
||||
// allow the user to control the timescale during demo playback
|
||||
demo_timescale = game::Dvar_RegisterFloat(
|
||||
"demotimescale", 1.0f, 0.0f, 1000.0f, game::DVAR_FLAG_NONE, "Set playback speed for demos");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user