diff --git a/contrib/games/opentyrian/src/opentyrian_version.h b/contrib/games/opentyrian/src/opentyrian_version.h index 543cfa46d3..fa82f4cd45 100644 --- a/contrib/games/opentyrian/src/opentyrian_version.h +++ b/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 diff --git a/contrib/games/opentyrian/src/video.c b/contrib/games/opentyrian/src/video.c index b97c52b2d7..dfe9b04284 100644 --- a/contrib/games/opentyrian/src/video.c +++ b/contrib/games/opentyrian/src/video.c @@ -104,9 +104,6 @@ bool init_scaler( unsigned int new_scaler, bool fullscreen ) 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 @@ bool init_scaler( unsigned int new_scaler, bool fullscreen ) if (scaler_function == NULL) { - assert(false); + //assert(false); return false; }