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