it's libsuperderpy 2 now

This commit is contained in:
Sebastian Krzyszkowiak 2018-07-03 04:22:12 +02:00
parent 23ffcae034
commit 7b93ced844

View file

@ -194,7 +194,7 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
SetupViewport(game, viewport);
PrintConsole(game, "libsuperderpy");
PrintConsole(game, "libsuperderpy 2");
PrintConsole(game, "OpenGL%s (%08X)", al_get_opengl_variant() == ALLEGRO_OPENGL_ES ? " ES" : "", al_get_opengl_version());
PrintConsole(game, "Max bitmap size: %d", al_get_display_option(game->display, ALLEGRO_MAX_BITMAP_SIZE));