forked from mirror/openmw-tes3mp
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 Restart(int msec);
|
||||
private:
|
||||
long startTime, targetMsec;
|
||||
double startTime, targetMsec;
|
||||
std::string publ, arg_types;
|
||||
std::vector<boost::any> args;
|
||||
Script *scr;
|
||||
|
|
Loading…
Reference in a new issue