(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles and highscore tables.
This commit is contained in:
@@ -92,9 +92,9 @@ from = 4
|
||||
base = GameSettings
|
||||
var = difficulty.diff_level
|
||||
type = SLE_UINT8
|
||||
def = 3
|
||||
min = 0
|
||||
max = 3
|
||||
def = SP_CUSTOM
|
||||
min = SP_EASY
|
||||
max = SP_CUSTOM
|
||||
cat = SC_BASIC
|
||||
|
||||
[SDT_OMANY]
|
||||
|
Reference in New Issue
Block a user