Make typdef LEVEL_TYPE refer to the _level_type enum instead of a UDWORD

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4818 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-04-27 15:27:26 +00:00
parent 5d8b2c688a
commit 29e32010a1
1 changed files with 2 additions and 5 deletions

View File

@ -34,7 +34,7 @@
// types of level datasets
enum _level_type
typedef enum
{
LDS_COMPLETE, // all data required for a stand alone level
LDS_CAMPAIGN, // the data set for a campaign (no map data)
@ -48,10 +48,7 @@ enum _level_type
LDS_MKEEP_LIMBO, // off map saving any droids (selectedPlayer) at end into apsLimboDroids
LDS_NONE, //flags when not got a mission to go back to or when
//already on one - ****LEAVE AS LAST ONE****
};
typedef UDWORD LEVEL_TYPE;
} LEVEL_TYPE;
// the WRF/WDG files needed for a particular level
// the WRF/WDG files needed for a particular level