forgot return value

This commit is contained in:
David Rose 2007-06-21 16:30:51 +00:00
parent 8d2bdc39fd
commit 4d9a1500dd

View File

@ -118,6 +118,8 @@ get_short_raw_time() {
int tc = GetTickCount(); int tc = GetTickCount();
time = (double)(tc - _init_tc) * _0001; time = (double)(tc - _init_tc) * _0001;
} }
return time;
} }
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////