Skip to content

Commit

Permalink
Cmd: сейв перед слиянием
Browse files Browse the repository at this point in the history
  • Loading branch information
HPW-dev committed Jun 20, 2024
1 parent 1691e9a commit 8374bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/util/cmd/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ Cmd::Cmd() {
move(new_unique<Cmd_restart>(this));

//cmd-core.hpp
//move(new_unique<Cmd_tickrate>());
//move(new_unique<Cmd_draw_fps>());
//move(new_unique<Cmd_render>());
//move(new_unique<Cmd_tickrate>());
//move(new_unique<Cmd_save_stats>());
//move(new_unique<Cmd_end_save_stats>());
//move(new_unique<Cmd_render>());

sort_commands();
} // Cmd c-tor
Expand Down

0 comments on commit 8374bff

Please sign in to comment.