Fix "undefined reference to `sampletimer()'" linking error using clang for a Win32 release build.

git-svn-id: https://svn.eduke32.com/eduke32@3240 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-11-26 08:37:18 +00:00
parent 2007c4d233
commit 6f21e0bdc9

View file

@ -1494,7 +1494,7 @@ void uninittimer(void)
//
// sampletimer() -- update totalclock
//
inline void sampletimer(void)
void sampletimer(void)
{
int64_t i;
int32_t n;