This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/pr_server/func_door.c

12 lines
163 B
C

/*
FUNC_DOOR();
Description;
Points func_door to the unified func_mover(); code.
*/
void() func_door =
{
func_mover();
pev->classname = "door";
};