mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
DEVTOOLS: the hidden entries don't have a description
This commit is contained in:
parent
3dec0cec93
commit
587b8fee4b
@ -44,7 +44,7 @@ try:
|
||||
ach_title = ach_text.split('\n')[0].replace('"','\\"')
|
||||
ach_desc = ach_text.split('\n')[1].replace('"','\\"')
|
||||
if ach_desc == "Hidden.":
|
||||
print("\t\t\tACHIEVEMENT_HIDDEN_ENTRY(\"%s\", \"%s\", \"%s\")," % (ach_id, ach_title, ach_desc))
|
||||
print("\t\t\tACHIEVEMENT_HIDDEN_ENTRY(\"%s\", \"%s\")," % (ach_id, ach_title))
|
||||
else:
|
||||
print("\t\t\tACHIEVEMENT_SIMPLE_ENTRY(\"%s\", \"%s\", \"%s\")," % (ach_id, ach_title, ach_desc))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user