mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Changes
This commit is contained in:
parent
2ae89359ce
commit
fbe83b9be7
@ -11,8 +11,6 @@
|
||||
|
||||
#include <utils/string.hpp>
|
||||
|
||||
namespace _game = game;
|
||||
|
||||
namespace scripting::lua
|
||||
{
|
||||
namespace
|
||||
@ -266,9 +264,9 @@ namespace scripting::lua
|
||||
{
|
||||
const auto id = *reinterpret_cast<unsigned int*>(0x14815DEB4);
|
||||
|
||||
const auto value = _game::scr_VarGlob->childVariableValue[id];
|
||||
const auto value = ::game::scr_VarGlob->childVariableValue[id];
|
||||
|
||||
_game::VariableValue variable{};
|
||||
::game::VariableValue variable{};
|
||||
variable.type = value.type;
|
||||
variable.u.uintValue = value.u.u.uintValue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user