]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/rscript/rscript.cpp
Fix rscript plugin compilation errors
[stg.git] / projects / stargazer / plugins / other / rscript / rscript.cpp
index 1cc7883b3e1a2b26acfed3938d7544f85eda9341..df172364bc03c6b34b94ee303ae572b46ce1d8f2 100644 (file)
 #include <cassert>
 #include <algorithm>
 
+#include "stg/common.h"
+#include "stg/stg_locker.h"
+#include "stg/user_property.h"
 #include "rscript.h"
-#include "common.h"
 #include "ur_functor.h"
 #include "send_functor.h"
-#include "stg_locker.h"
-#include "../../../user_property.h"
 
 extern volatile const time_t stgTime;
 
@@ -81,6 +81,7 @@ return rsc.GetPlugin();
 //-----------------------------------------------------------------------------
 RS_USER::RS_USER()
     : lastSentTime(0),
+      user(NULL),
       shortPacketsCount(0)
 {
 }