mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetic: fix indent
This commit is contained in:
parent
32aa5c9c3f
commit
a17bbcefba
@ -403,10 +403,10 @@ HandleEvent (const SDL_Event & event)
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
(!!PB_VERSION_EXTRA[0] &&
|
(!!PB_VERSION_EXTRA[0] &&
|
||||||
PB_VERSION_INT (version[0], version[1], version[2]) >=
|
PB_VERSION_INT (version[0], version[1], version[2]) >=
|
||||||
PLANETBLUPI_VERSION_INT) ||
|
PLANETBLUPI_VERSION_INT) ||
|
||||||
PB_VERSION_INT (version[0], version[1], version[2]) >
|
PB_VERSION_INT (version[0], version[1], version[2]) >
|
||||||
PLANETBLUPI_VERSION_INT)
|
PLANETBLUPI_VERSION_INT)
|
||||||
g_pEvent->SetUpdateVersion (jsonData["version"]);
|
g_pEvent->SetUpdateVersion (jsonData["version"]);
|
||||||
|
|
||||||
delete data;
|
delete data;
|
||||||
|
@ -1959,8 +1959,8 @@ CEvent::DrawButtons ()
|
|||||||
if (m_phase == EV_PHASE_INIT)
|
if (m_phase == EV_PHASE_INIT)
|
||||||
{
|
{
|
||||||
snprintf (
|
snprintf (
|
||||||
res, sizeof (res), "%s %u.%u.%u%s", gettext ("Version"),
|
res, sizeof (res), "%s %u.%u.%u%s", gettext ("Version"), PB_VERSION_MAJOR,
|
||||||
PB_VERSION_MAJOR, PB_VERSION_MINOR, PB_VERSION_PATCH, PB_VERSION_EXTRA);
|
PB_VERSION_MINOR, PB_VERSION_PATCH, PB_VERSION_EXTRA);
|
||||||
pos.x = LXIMAGE - GetTextWidth (res, FONTLITTLE) - 4;
|
pos.x = LXIMAGE - GetTextWidth (res, FONTLITTLE) - 4;
|
||||||
pos.y = 465;
|
pos.y = 465;
|
||||||
DrawText (m_pPixmap, pos, res, FONTLITTLE);
|
DrawText (m_pPixmap, pos, res, FONTLITTLE);
|
||||||
@ -2553,7 +2553,8 @@ CEvent::DrawButtons ()
|
|||||||
gettext (" - SDL_kitchensink (MIT)"),
|
gettext (" - SDL_kitchensink (MIT)"),
|
||||||
gettext (" - SDL2, SDL2_image and SDL2_mixer (zlib license)"),
|
gettext (" - SDL2, SDL2_image and SDL2_mixer (zlib license)"),
|
||||||
gettext (" - zlib (own license)"),
|
gettext (" - zlib (own license)"),
|
||||||
gettext ("All licenses are available under share/doc/planetblupi/copyright")};
|
gettext (
|
||||||
|
"All licenses are available under share/doc/planetblupi/copyright")};
|
||||||
|
|
||||||
for (size_t i = 0; i < countof (libs); ++i)
|
for (size_t i = 0; i < countof (libs); ++i)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user