mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Merge branch 'master' of https://git.magicalgirl.moe/STJr/SRB2Internal.git into gfz_boss_rework
This commit is contained in:
commit
640b39d9aa
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
// Stage of animation:
|
||||
// 0 = text, 1 = art screen
|
||||
static INT32 finalecount;
|
||||
INT32 titlescrollxspeed = 80;
|
||||
INT32 titlescrollxspeed = 20;
|
||||
INT32 titlescrollyspeed = 0;
|
||||
UINT8 titlemapinaction = TITLEMAP_OFF;
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ boolean runemeraldmanager = false;
|
|||
UINT16 emeraldspawndelay = 60*TICRATE;
|
||||
|
||||
// menu demo things
|
||||
UINT8 numDemos = 3;
|
||||
UINT8 numDemos = 0;
|
||||
UINT32 demoDelayTime = 15*TICRATE;
|
||||
UINT32 demoIdleTime = 3*TICRATE;
|
||||
|
||||
|
|
|
@ -10391,7 +10391,7 @@ static void P_MinecartThink(player_t *player)
|
|||
if (P_IsObjectOnGround(minecart))
|
||||
{
|
||||
sector_t *sec;
|
||||
INT32 lnum;
|
||||
INT32 lnum = -1;
|
||||
fixed_t dummy;
|
||||
|
||||
// Just hit floor.
|
||||
|
|
Loading…
Reference in a new issue