mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 05:29:18 +02:00
reformat: functions can be made static
This commit is contained in:
@@ -877,7 +877,8 @@ void command_queue::push_commands(const commands_map &commands) {
|
||||
|
||||
void
|
||||
command_relay::post(user_command const Command, double const Param1, double const Param2,
|
||||
int const Action, uint16_t Recipient, glm::vec3 Position, const std::string *Payload) const {
|
||||
int const Action, uint16_t Recipient, glm::vec3 Position, const std::string *Payload)
|
||||
{
|
||||
|
||||
auto const &command = simulation::Commands_descriptions[ static_cast<std::size_t>( Command ) ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user