/[projectaxis]/projectaxis/projectAxis/src/visual/pgminimap.cpp
ViewVC logotype

Diff of /projectaxis/projectAxis/src/visual/pgminimap.cpp

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

revision 1.3 by leiavoia, Sat Aug 23 17:35:29 2003 UTC revision 1.4 by leiavoia, Sun Sep 14 01:05:00 2003 UTC
# Line 103  void PG_MiniMap::DrawMap() { Line 103  void PG_MiniMap::DrawMap() {
103          SDL_FreeSurface(srf);          SDL_FreeSurface(srf);
104    
105          Update();          Update();
   
         int a=1;  
   
106          }          }
107    
108    
# Line 136  void PG_MiniMap::DrawMapWithBounds(int x Line 133  void PG_MiniMap::DrawMapWithBounds(int x
133                                  case OBST_VIOLET: rm->DrawPixel(srf, x, y, 200, 50+z, 255); break;                                  case OBST_VIOLET: rm->DrawPixel(srf, x, y, 200, 50+z, 255); break;
134                                  case OBST_WHITE: rm->DrawPixel(srf, x, y, 255, 255, 255); break;                                  case OBST_WHITE: rm->DrawPixel(srf, x, y, 255, 255, 255); break;
135                                  case OBST_BLACK: rm->DrawPixel(srf, x, y, 0+z, 0+z, 0+z); break;                                  case OBST_BLACK: rm->DrawPixel(srf, x, y, 0+z, 0+z, 0+z); break;
136                                  default: rm->DrawPixel(srf, x, y, 128+z, 128+z, 128+z,255);                                  default: rm->DrawPixel(srf, x, y, 128+z, 128+z, 128+z);
137                                  }                                  }
138    
139                          // draw pod if any                          // draw pod if any

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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