X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ae7ea38fdaf2d96f407eb85b6515b9dbffcc0c44..37aa013f3c1aabe48c6b01fe82f0d62d69f663af:/include/stg/user_conf.h

diff --git a/include/stg/user_conf.h b/include/stg/user_conf.h
index 465cfef4..5987c4d8 100644
--- a/include/stg/user_conf.h
+++ b/include/stg/user_conf.h
@@ -50,6 +50,9 @@ struct USER_CONF
 //-----------------------------------------------------------------------------
 struct USER_CONF_RES
 {
+    USER_CONF_RES()
+        : userdata(USERDATA_NUM)
+    {}
     USER_CONF_RES & operator=(const USER_CONF & uc)
     {
         userdata.resize(USERDATA_NUM);