/[hegemonie]/hegemonie/MapEditor/MapModel.m
ViewVC logotype

Diff of /hegemonie/MapEditor/MapModel.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gabby, Fri Jul 18 14:52:26 2003 UTC revision 1.2 by gabby, Fri Jul 18 15:52:31 2003 UTC
# Line 31  Line 31 
31    
32  @implementation MapModel  @implementation MapModel
33    
34    - (id) init
35    {
36      self = [super init];
37      printf("MapModel INIT\n");
38      return self;
39    }
40    
41  - (void) _initCamera  - (void) _initCamera
42  {  {
43    if (_camera)    if (_camera)
# Line 79  Line 86 
86  {  {
87    RELEASE (_camera);    RELEASE (_camera);
88    RELEASE (_map);    RELEASE (_map);
89    
90     [super dealloc];
91  }  }
92    
93    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26