Changed a comma to a period to fix a compile error.

This commit is contained in:
JezuzLizard 2020-12-19 13:07:05 -08:00
parent 015be4fca3
commit 901fce5a78

View File

@ -1373,7 +1373,7 @@ transit_intermission() //checked changed to match cerberus output
}
if ( !level.the_bus.ismoving )
{
level.the_bus.gracetimeatdestination = 0,1;
level.the_bus.gracetimeatdestination = 0.1;
level.the_bus notify( "depart_early" );
}
players = get_players();