func_wall: add small alias to make func_reflective_glass entities show up

This commit is contained in:
Marco Cawthorne 2023-09-12 15:59:04 -07:00
parent 6957ff67b7
commit 54b73b3386
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 3 additions and 0 deletions

View File

@ -124,3 +124,6 @@ func_wall::func_wall(void)
isCSQC = true;
#endif
}
/* temporary */
CLASSEXPORT(func_reflective_glass, func_wall)