Some little fixes.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1339 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -620,7 +620,7 @@ do_menu() {
|
||||
# $3 - the name of the file to load from
|
||||
# Returns: 0 - if the file was loaded successfully
|
||||
# 1 - if the file did not exist
|
||||
menu_load() {
|
||||
do_menu_load() {
|
||||
SAVE_FILE=$3
|
||||
|
||||
if [ ! -e "$SAVE_FILE" ]; then
|
||||
@@ -636,7 +636,7 @@ menu_load() {
|
||||
# $2 - the name of the menu
|
||||
# $3 - the name of the file to save to
|
||||
# Returns: 0 - if the file was saved successfully
|
||||
menu_save() {
|
||||
do_menu_save() {
|
||||
MENU_TYPE=$1
|
||||
START_MENU=$2
|
||||
SAVE_FILE=$3
|
||||
|
||||
Reference in New Issue
Block a user