mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Changed: sint64 into uint64 to compile on old gcc
This commit is contained in:
parent
449c10f29d
commit
94c32ea943
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ protected:
|
||||||
float TimeOut;
|
float TimeOut;
|
||||||
};
|
};
|
||||||
|
|
||||||
CHashMultiMap<sint64, CDeferredFX> _DeferredFXByDate;
|
CHashMultiMap<uint64, CDeferredFX> _DeferredFXByDate;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue