mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
removed obsolete code
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7464 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+12
-1
@@ -8,6 +8,17 @@ UINT32 GameInitOptionsScreenShutdown( void );
|
||||
|
||||
BOOLEAN SpIniExists();
|
||||
|
||||
// Flugente: moved enums
|
||||
//Enums for the difficulty levels
|
||||
enum
|
||||
{
|
||||
DIF_LEVEL_EASY = 1,
|
||||
DIF_LEVEL_MEDIUM,
|
||||
DIF_LEVEL_HARD,
|
||||
DIF_LEVEL_INSANE,
|
||||
MAX_DIF_LEVEL = 15,
|
||||
};
|
||||
|
||||
typedef struct
|
||||
{
|
||||
UINT16 uiIndex;
|
||||
@@ -79,6 +90,6 @@ typedef struct
|
||||
|
||||
} DIFFICULTY_SETTINGS_VALUES;
|
||||
extern UINT8 MaxDifficultySettingsValues;
|
||||
extern DIFFICULTY_SETTINGS_VALUES zDeffSetting[15];
|
||||
extern DIFFICULTY_SETTINGS_VALUES zDeffSetting[MAX_DIF_LEVEL];
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user