mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-03 23:10:59 +00:00
add TOL_TV to dehacked
This commit is contained in:
parent
cb8bbf8e4c
commit
0de2d52bfd
2 changed files with 2 additions and 2 deletions
|
@ -8420,7 +8420,7 @@ struct {
|
|||
{"TOL_2D",TOL_2D},
|
||||
{"TOL_MARIO",TOL_MARIO},
|
||||
{"TOL_NIGHTS",TOL_NIGHTS},
|
||||
//{"TOL_ERZ3",TOL_ERZ3},
|
||||
{"TOL_TV",TOL_TV},
|
||||
{"TOL_XMAS",TOL_XMAS},
|
||||
//{"TOL_KART",TOL_KART},
|
||||
|
||||
|
|
|
@ -301,7 +301,7 @@ enum TypeOfLevel
|
|||
TOL_2D = 0x0100, ///< 2D
|
||||
TOL_MARIO = 0x0200, ///< Mario
|
||||
TOL_NIGHTS = 0x0400, ///< NiGHTS
|
||||
TOL_TV = 0x0800, ///< Midnight Channel specific: draw TV like overlay on HUD
|
||||
TOL_TV = 0x0800, ///< Midnight Channel specific: draw TV like overlay on HUD
|
||||
TOL_XMAS = 0x1000 ///< Christmas NiGHTS
|
||||
//TOL_KART = 0x4000 ///< Kart 32768
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue