/*
 * GZDoom Strafing Camera Tilting
 * Copyright (C) 2016 Nash Muhandes
 *
 */

// Feel free to do whatever you want with this, though credits would be
// appreciated! You don't need to ask for my permission to use this code
// in your mods.
// Nash

actor Z_FloorCheck
{
	Radius 8
	Height 4
	+SOLID
	+NOTIMEFREEZE
	States
	{
		Spawn:
			TNT1 A 1
			Stop
	}
}