Skip to content

Commit

Permalink
何かの間違いでブックマークデータが消えかねない問題があったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
YSRKEN committed Jun 1, 2017
1 parent de3463e commit 3e46c84
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source/kimi.hsp
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* �\�t�g���F�N�̉��C�蒠
* �o�[�W�����F1.0.5
* �ŏI�X�V���F2017/03/12
* �o�[�W�����F1.0.6
* �ŏI�X�V���F2017/06/01
*/

#packopt name "kimi"

#define SOFT_NAME "�N�̉��C�蒠"
#define VERSION "1.0.5"
#define LAST_UP_DATE "2017/03/12"
#define VERSION "1.0.6"
#define LAST_UP_DATE "2017/06/01"

#const global TRUE 1
#const global FALSE 0
Expand Down Expand Up @@ -87,6 +87,7 @@
noteget weapon_name, listbox_weapon_index@GUI
weapon_name = normName(weapon_name)
weapon_name_ = "'" + weapon_name + "'"
if(weapon_name_ == "''") :return // �댯����
if(checkbox_favorite_flg){
if(instr(bookmark_weapon_list,,weapon_name_) == -1){
bookmark_weapon_list += weapon_name_
Expand Down

0 comments on commit 3e46c84

Please sign in to comment.