added file copy tree for the game packs - lists supported games

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@197 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
TTimo
2008-02-25 04:17:23 +00:00
parent a06f65b042
commit 051578cb3b
58 changed files with 153 additions and 108 deletions

View File

@@ -1534,7 +1534,7 @@ Makes the current brush have the given number of 2d sides
*/
void Brush_MakeSided (int sides)
{
int i, axis;
int i, axis = 0;
vec3_t mins, maxs;
brush_t *b;
texdef_t *texdef;