Update filesystem.lua (typo)
This commit is contained in:
parent
46ac2ff1de
commit
d05bc6e444
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ filesystem.asset_type = {
|
|||
SOUND = 'sounds',
|
||||
MUSIC = 'music',
|
||||
MAP = 'maps',
|
||||
SCENARIO = 'scenario',
|
||||
SCENARIO = 'scenarios',
|
||||
}
|
||||
|
||||
wesnoth.have_file = wesnoth.deprecate_api('wesnoth.have_file', 'filesystem.have_file', 1, nil, filesystem.have_file)
|
||||
|
|
Loading…
Add table
Reference in a new issue