Changed: sint64 into uint64 to compile on old gcc

hg/feature/sound
vl 15 years ago
parent edeeb18515
commit 49c8252f99

@ -96,7 +96,7 @@ protected:
float TimeOut; float TimeOut;
}; };
CHashMultiMap<sint64, CDeferredFX> _DeferredFXByDate; CHashMultiMap<uint64, CDeferredFX> _DeferredFXByDate;
}; };

Loading…
Cancel
Save