Changeset 160

Show
Ignore:
Timestamp:
03/28/07 05:24:03 (2 years ago)
Author:
namespace
Message:

TinyFix?: mapxml Element memorymanagment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/radiant/brushxml.h

    r159 r160  
    270270  for(unsigned int i = 0; i < w.numpoints; ++i) 
    271271  { 
    272         StaticElement c("vertex"); 
     272        DynamicElement c("vertex"); 
    273273         
    274274        sprintf(tmp, "%f", w.points[i].vertex.x());