mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th01] Remove unnecessary #includes
The route selection literal redefinitions should have been removed in
09d4577
.
Part of P0229, funded by Ember2528.
This commit is contained in:
parent
b68a61933f
commit
fde7152cde
|
@ -145,9 +145,6 @@ void singyoku_defeat_animate_and_select_route(void)
|
|||
graph_accesspage_func(0);
|
||||
route_sel.render(COL_MAKAI, COL_JIGOKU);
|
||||
|
||||
// Re-#define the literals...
|
||||
#include "th01/shiftjis/routesel.hpp"
|
||||
|
||||
graph_glyphrow_2xscale_1_to_0(64, 64, 0, shiftjis_w(ROUTE_SEL_1));
|
||||
graph_glyphrow_2xscale_1_to_0(32, 96, 2, shiftjis_w(ROUTE_SEL_2));
|
||||
graph_glyphrow_2xscale_1_to_0(32, 180, 4, shiftjis_w(ROUTE_SEL_3));
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#include "th01/resident.hpp"
|
||||
#include "th01/main/vars.hpp"
|
||||
#include "th01/formats/cfg.hpp"
|
||||
#include "th01/main/stage/stages.hpp"
|
||||
#include "th01/main/stage/timer.hpp"
|
||||
|
||||
int8_t rank = CFG_RANK_DEFAULT;
|
||||
bgm_mode_t bgm_mode = CFG_BGM_MODE_DEFAULT;
|
||||
|
|
Loading…
Reference in New Issue