Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9097 → Rev 9790

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