Browse Source

Fix build issue

rdb 16 years ago
parent
commit
1f850ccb9e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/ode/odeHelperStructs.h

+ 0 - 2
panda/src/ode/odeHelperStructs.h

@@ -1,7 +1,6 @@
 #ifndef odeHelperStructs_h
 #define odeHelperStructs_h
 
-#ifndef CPPPARSER
 struct sSurfaceParams
     {
         dSurfaceParameters colparams;
@@ -13,6 +12,5 @@ struct sBodyParams
 //        int surfaceType;
         dReal dampen;
     };
-#endif
 
 #endif