Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bnnm committed Oct 28, 2020
1 parent 5305a73 commit a4ef130
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ __pycache__/
*.py[cod]
*$py.class
bin

# extra for tests
wwnames.db3
2 changes: 1 addition & 1 deletion wwiser/wdefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# hash types
fnv_com = 'common'
fnv_gme = 'game-variable' #game variables AKA RTPCs
fnv_gme = 'rtpc/game-variable' #game variables AKA RTPCs
fnv_bus = 'bus' #game variables AKA RTPCs
fnv_sfx = 'sfx'
fnv_trg = 'trigger'
Expand Down

0 comments on commit a4ef130

Please sign in to comment.