Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9096 → Rev 9097

/contrib/games/wolf3d/id_sd.h
119,11 → 119,17
extern int DigiMap[];
extern int DigiChannel[];
 
#define GetTimeCount() ((SDL_GetTicks()*7)/100)
#ifdef _KOLIBRI
extern void uSDL_Delay(unsigned time);
#else
#define uSDL_Delay SDL_Delay
#endif
 
#define GetTimeCount() (( uSDL_GetTicks()*7)/100)
 
inline void Delay(int wolfticks)
{
if(wolfticks>0) SDL_Delay(wolfticks * 100 / 7);
if(wolfticks>0) uSDL_Delay(wolfticks * 100/ 7);
}
 
// Function prototypes