]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/control/container.qc
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / source / control / container.qc
1 // DP/Nex Menu
2 // control/container.qc
3
4 void() Item_Container_Spawn =
5 {
6         self.flag = self.flag | FLAG_HIDDEN;
7 };