/[projectaxis]/projectaxis/projectAxis/src/visual/panel/pgpanel_misnconf.cpp
ViewVC logotype

Diff of /projectaxis/projectAxis/src/visual/panel/pgpanel_misnconf.cpp

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

revision 1.2 by leiavoia, Sun Sep 14 01:05:00 2003 UTC revision 1.3 by vovansim, Sun Sep 14 23:54:34 2003 UTC
# Line 100  void PG_Panel_MisnConf::Refresh(Pod* p, Line 100  void PG_Panel_MisnConf::Refresh(Pod* p,
100                                  break; }                                  break; }
101                          case MISSION_MOVE: {                          case MISSION_MOVE: {
102                                  // base coords                                  // base coords
103                                  char coordstr[16] = "Location:  ";                                  char coordstr[20] = "Location:  ";
104                                  strcat( coordstr,"x");                                  strcat( coordstr,"x");
105                                  strcat( coordstr, rm->IntToChar( m->GetLocX() ).c_str() );                                  strcat( coordstr, rm->IntToChar( m->GetLocX() ).c_str() );
106                                  strcat( coordstr,", y");                                  strcat( coordstr,", y");

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

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