From 2773432da33dadf1917d542335016e76518b8f0f Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Sun, 25 Apr 2021 03:12:49 +0200 Subject: [PATCH] Small fix --- src/game/scripting/function_tables.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/game/scripting/function_tables.cpp b/src/game/scripting/function_tables.cpp index 7d447cc6..833ac97a 100644 --- a/src/game/scripting/function_tables.cpp +++ b/src/game/scripting/function_tables.cpp @@ -5,8 +5,8 @@ namespace scripting { - std::unordered_map function_map = - { + std::unordered_map function_map = + { {"precacheturret", 1}, {"getweaponarray", 2}, {"nullsub_428", 3}, @@ -618,9 +618,9 @@ namespace scripting {"sub_7ff7de293f00", 798}, {"getmaxagents", 799}, {"sub_7ff7de289110", 800}, - }; + }; - std::unordered_map method_map = + std::unordered_map method_map = { {"thermaldrawenable", 32768}, {"playerforcedeathanim", 32769}, @@ -1768,4 +1768,5 @@ namespace scripting {"isusingturret", 34256}, {"begin", 34257}, {"nullsub_727", 34258}, + }; }