mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
C++11 cleanup on constructors (#6000)
* C++11 cleanup on constructors dir script
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
||||
|
||||
static int l_get_movement(lua_State *L);
|
||||
|
||||
LocalPlayer *m_localplayer;
|
||||
LocalPlayer *m_localplayer = nullptr;
|
||||
|
||||
public:
|
||||
LuaLocalPlayer(LocalPlayer *m);
|
||||
|
Reference in New Issue
Block a user