diff --git a/.gitignore b/.gitignore index acd8324..4ef315c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ __pycache__/ *.py[cod] *$py.class bin + +# extra for tests +wwnames.db3 diff --git a/wwiser/wdefs.py b/wwiser/wdefs.py index 8a475ee..964f2f7 100644 --- a/wwiser/wdefs.py +++ b/wwiser/wdefs.py @@ -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'