/[enigma]/enigma/src/enigma.cc
ViewVC logotype

Diff of /enigma/src/enigma.cc

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

revision 1.20 by dheck, Sun May 18 18:45:07 2003 UTC revision 1.21 by reallysoft, Mon May 19 12:14:35 2003 UTC
# Line 102  direction_fromto(GridPos source, GridPos Line 102  direction_fromto(GridPos source, GridPos
102  string  string
103  enigma::to_suffix(Direction d)  enigma::to_suffix(Direction d)
104  {  {
105      static char *sfx[] = { "", "-w", "-s", "-e", "-n" };      static const char *sfx[] = { "", "-w", "-s", "-e", "-n" };
106      return sfx[d+1];      return sfx[d+1];
107  }  }
108    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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