Make sdlayer.c's timerticspersec an 'int32_t' to match the declaration.

git-svn-id: https://svn.eduke32.com/eduke32@2285 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-01-27 15:02:25 +00:00
parent d6530a862f
commit 6c405100ac
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ void releaseallbuttons(void)
static Uint32 timerfreq=0;
static Uint32 timerlastsample=0;
Uint32 timerticspersec=0;
int32_t timerticspersec=0;
static void(*usertimercallback)(void) = NULL;
//