mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 16:11:37 -04:00
Fix for Windows
This commit is contained in:
parent
4316d4d1bf
commit
075b600b3a
@ -35,7 +35,7 @@ namespace mwmp
|
|||||||
void Start();
|
void Start();
|
||||||
void Restart(int msec);
|
void Restart(int msec);
|
||||||
private:
|
private:
|
||||||
long startTime, targetMsec;
|
double startTime, targetMsec;
|
||||||
std::string publ, arg_types;
|
std::string publ, arg_types;
|
||||||
std::vector<boost::any> args;
|
std::vector<boost::any> args;
|
||||||
Script *scr;
|
Script *scr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user