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:
Flugente
2014-08-31 20:42:20 +00:00
parent fce1904d12
commit ee27f27895
25 changed files with 126 additions and 775 deletions
+1 -23
View File
@@ -175,29 +175,7 @@ enum
ATTACHMENT_NEW = 1,
};
//Enums for the difficulty levels
enum
{
DIF_LEVEL_ZERO,
DIF_LEVEL_EASY,
DIF_LEVEL_MEDIUM,
DIF_LEVEL_HARD,
DIF_LEVEL_INSANE,
DIF_LEVEL_FIVE,
DIF_LEVEL_6,
DIF_LEVEL_7,
DIF_LEVEL_8,
DIF_LEVEL_9,
DIF_LEVEL_10,
DIF_LEVEL_11,
DIF_LEVEL_12,
DIF_LEVEL_13,
DIF_LEVEL_14,
DIF_LEVEL_15,
};
//Enums for the difficulty levels
//Enums for game styles
enum
{
STYLE_REALISTIC = 0, //the specific indices are there to keep compartibility wiht old saves (back when there were only 2 styles)