Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed May 11, 2024
1 parent ee046ce commit 754eadc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ void gfx_init(void)
// begin sort marker1 {
gfx_init_12x12();
gfx_init_24x24();
gfx_init_rightbar();
gfx_init_ui();
gfx_ui_init_0();
gfx_ui_init_1();
gfx_ui_init_10();
Expand All @@ -879,8 +881,6 @@ void gfx_init(void)
gfx_ui_init_7();
gfx_ui_init_8();
gfx_ui_init_9();
gfx_init_rightbar();
gfx_init_ui();
// end sort marker1 }
}

Expand Down
4 changes: 2 additions & 2 deletions src/tp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,12 @@ using Tpidmap = std::vector< class Tp * >;
Tpidmap tp_id_map;

// begin sort marker3 {
static Tpidmap tp_cursor_at;
static Tpidmap tp_cursor_path;
static Tpidmap tp_door;
static Tpidmap tp_dungeon_entrance;
static Tpidmap tp_exit;
static Tpidmap tp_floor;
static Tpidmap tp_cursor_at;
static Tpidmap tp_cursor_path;
static Tpidmap tp_key;
static Tpidmap tp_monst_class[ MONST_CLASS_MAX ];
static Tpidmap tp_player;
Expand Down

0 comments on commit 754eadc

Please sign in to comment.