1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetic: translate a comment

This commit is contained in:
Mathieu Schroeter 2017-02-20 18:45:31 +01:00
parent cf898541fd
commit 7d4a4f7b4f

View File

@ -34,7 +34,7 @@ static Sint32 GetOffset (const char *&c)
return 15 + i;
}
if (*c < 0)
return 1; // carré
return 1; // square
return *c;
}