fixed the (null) default lua directory override

This commit is contained in:
adelikat 2008-08-08 17:12:29 +00:00
parent 464811abd4
commit 9c496fa3f4
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---version 2.0.2 released---
08-aug-2008 - adelikat - fixed the (null) in the default lua directory listing
08-aug-2008 - adelikat - added shift+L as default hotkey for reload lua script
08-aug-2008 - adelikat - removed accel ctrl+x (prevented cut from working in accel dialogs)
08-aug-2008 - zeromus - fiddle with nametable viewer to display correct NT,CHR,ATTR data in more cases (specifically, including some exotic mmc5 cases).

View File

@ -59,7 +59,8 @@ static const char *default_directory_names[12] = {
"tools", // memwatch
"tools", // macro
"tools", // input presets
"tools" // lua scripts
"tools", // lua scripts
"" // adelikat - adding a dummy one here ( [12] but only 11 entries)
};
#define NUMBER_OF_DIRECTORIES sizeof(directory_names) / sizeof(*directory_names)