mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 07:26:30 +00:00
Fix for Windows
This commit is contained in:
parent
4316d4d1bf
commit
075b600b3a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue