Browse Source

Remove unneeded macro.

tot
Night Owl 8 years ago
parent
commit
8607d22707
  1. 14
      dlls/scientist.h

14
dlls/scientist.h

@ -16,10 +16,15 @@
#ifndef SCIENTIST_H #ifndef SCIENTIST_H
#define SCIENTIST_H #define SCIENTIST_H
#define NUM_SCIENTIST_HEADS 4 // four heads available for scientist model
#if defined ( TOT_DLL ) enum
#define NUM_SCIENTIST_HEADS 4 // four heads available for scientist model {
enum { HEAD_GLASSES = 0, HEAD_EINSTEIN = 1, HEAD_LUTHER = 2, HEAD_SLICK = 3 }; HEAD_GLASSES = 0,
HEAD_EINSTEIN = 1,
HEAD_LUTHER = 2,
HEAD_SLICK = 3
};
//======================================================= //=======================================================
// Scientist // Scientist
@ -88,6 +93,5 @@ public:
int m_iPose;// which sequence to display int m_iPose;// which sequence to display
static char *m_szPoses[7]; static char *m_szPoses[7];
}; };
#endif // defined ( TOT_DLL )
#endif // SCIENTIST_H #endif // SCIENTIST_H

Loading…
Cancel
Save