Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Apr 5, 2024
1 parent 594a088 commit 5ee45fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lua_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct ILuaValue
std::unordered_map<ILuaValue*, ILuaValue*> tbl;
Vector vec;
QAngle ang;
void* otherstuff; // Can be used for LUA_File as an example. Use Copies as everything will be deleted.
void* otherstuff = nullptr; // Can be used for LUA_File as an example. Use Copies as everything will be deleted.
};

struct ILuaAction
Expand Down

0 comments on commit 5ee45fb

Please sign in to comment.