Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9243 → Rev 9244

/contrib/games/opentyrian/src/opentyrian_version.h
2,7 → 2,7
#define OPENTYRIAN_VERSION_H
 
#ifndef OPENTYRIAN_VERSION
#define OPENTYRIAN_VERSION "v2.1.???"
#define OPENTYRIAN_VERSION "v2.1 KolibriOS"
#endif
 
#endif // OPENTYRIAN_VERSION_H
/contrib/games/opentyrian/src/video.c
104,9 → 104,6
 
if (bpp == 0)
return false;
#ifdef _KOLIBRI
bpp=16; // DEBUG
#endif
SDL_Surface *const surface = SDL_SetVideoMode(w, h, bpp, flags);
 
if (surface == NULL)
146,7 → 143,7
 
if (scaler_function == NULL)
{
assert(false);
//assert(false);
return false;
}