mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 04:23:42 +01:00
Running clang-format
This commit is contained in:
parent
3dbf00f53d
commit
5d4a862620
1 changed files with 13 additions and 13 deletions
|
@ -32,9 +32,9 @@ extern bopti_image_t player_face_img;
|
|||
extern Map *worldRPG[];
|
||||
|
||||
/* Game data (defined in "game.h")*/
|
||||
Game game = {NULL,
|
||||
{12 * PXSIZE, 36 * PXSIZE, 0, 0, 100,
|
||||
SPEED, false, 0, false, false, true},
|
||||
Game game = {
|
||||
NULL,
|
||||
{12 * PXSIZE, 36 * PXSIZE, 0, 0, 100, SPEED, false, 0, false, false, true},
|
||||
{{}, {}, 0},
|
||||
false,
|
||||
false,
|
||||
|
|
Loading…
Reference in a new issue