diff options
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index ec121ecb4..9ea8a738e 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -286,7 +286,7 @@ static void Load_NAME() int index; while ((index = SlIterateArray()) != -1) { - SlArray(_name_array[index],SlGetFieldLength(),SLE_UINT8); + SlArray(_name_array[index], SlGetFieldLength(), SLE_UINT8); } } |