1
0
forked from 0ad/0ad

RealDir.watch wasn't initialized, leading to complaints at exit. fixed

This was SVN commit r2614.
This commit is contained in:
janwas 2005-08-13 23:37:31 +00:00
parent 3552c54bdc
commit 9e40ebc93d

View File

@ -424,6 +424,7 @@ static inline Key GetKey(const T t)
void TDir::init()
{
rd.m = 0;
rd.watch = 0;
children.init();
}