mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
d6530a862f
commit
6c405100ac
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ void releaseallbuttons(void)
|
||||||
|
|
||||||
static Uint32 timerfreq=0;
|
static Uint32 timerfreq=0;
|
||||||
static Uint32 timerlastsample=0;
|
static Uint32 timerlastsample=0;
|
||||||
Uint32 timerticspersec=0;
|
int32_t timerticspersec=0;
|
||||||
static void(*usertimercallback)(void) = NULL;
|
static void(*usertimercallback)(void) = NULL;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue