libsuperderpy_init: Print the app name in logs

This commit is contained in:
Sebastian Krzyszkowiak 2021-07-24 03:24:15 +02:00
parent 61797d2c0d
commit 1ed4c73025
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -289,6 +289,7 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
al_add_new_bitmap_flag(ALLEGRO_NO_PRESERVE_TEXTURE);
#endif
PrintConsole(game, "%s", al_get_app_name());
PrintConsole(game, "libsuperderpy 2 (rev " LIBSUPERDERPY_GIT_REV ")");
{
uint32_t version = al_get_allegro_version();