/[svn]/libgig/trunk/src/gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/gig.cpp

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

revision 1851 by schoenebeck, Sun Mar 1 22:08:32 2009 UTC revision 1869 by persson, Sun Mar 22 11:13:25 2009 UTC
# Line 1837  namespace { Line 1837  namespace {
1837    
1838          const uint16_t eg3depth = (EG3Depth >= 0) ? EG3Depth          const uint16_t eg3depth = (EG3Depth >= 0) ? EG3Depth
1839                                                    : uint16_t(((-EG3Depth) - 1) ^ 0xffff); /* binary complementary for negatives */                                                    : uint16_t(((-EG3Depth) - 1) ^ 0xffff); /* binary complementary for negatives */
1840          pData[116] = eg3depth;          store16(&pData[116], eg3depth);
1841    
1842          // next 2 bytes unknown          // next 2 bytes unknown
1843    

Legend:
Removed from v.1851  
changed lines
  Added in v.1869

  ViewVC Help
Powered by ViewVC