From a8933064b062e226ea338a83edb689e379066ef0 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 1 Dec 2021 00:21:41 +0200 Subject: [PATCH 36/36] Lua: Add government information to Player object Requested by Lexxie See osdn #43294 Signed-off-by: Marko Lindqvist --- common/scriptcore/tolua_game.pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scriptcore/tolua_game.pkg b/common/scriptcore/tolua_game.pkg index 334ccfcf9d..27429d49da 100644 --- a/common/scriptcore/tolua_game.pkg +++ b/common/scriptcore/tolua_game.pkg @@ -35,6 +35,7 @@ $#include "luascript_types.h" struct Player { const char *name; Nation_Type *nation; + Government *government; bool is_alive; }; -- 2.33.0