Fixed warning in VC7
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@990 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -22,6 +22,5 @@
|
||||
|
||||
Uint32
|
||||
SDLWrapper_GetTimeCounter (void) {
|
||||
return SDL_GetTicks () * ONE_SECOND / 1000.0;
|
||||
return (Uint32)(SDL_GetTicks () * ONE_SECOND / 1000.0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user