changeset 3293:14337df69def

tori
author Minoru Konno <c113069@e.koeki-u.ac.jp>
date Fri, 29 Jul 2016 23:16:38 +0900
parents 42f3d1cc474d
children d1f0c5c9f9aa
files event/oasis2016/don/.#ckgame.rb event/oasis2016/tori/ckgame.rb
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2016/don/.#ckgame.rb	Fri Jul 29 23:09:20 2016 +0900
+++ b/event/oasis2016/don/.#ckgame.rb	Fri Jul 29 23:16:38 2016 +0900
@@ -1,1 +1,1 @@
-c113069@sime.4934
\ No newline at end of file
+c113069@sime.29109
\ No newline at end of file
--- a/event/oasis2016/tori/ckgame.rb	Fri Jul 29 23:09:20 2016 +0900
+++ b/event/oasis2016/tori/ckgame.rb	Fri Jul 29 23:16:38 2016 +0900
@@ -33,9 +33,6 @@
   info = db["info"] = db.fetch("info", Hash.new)
   if !info[id]              # もしそのユーザ情報が未登録(空)なら
     info[id] = Hash.new     # 新規ハッシュを割り当てる
-     if form_kwd = ""
-       else
-     end
   end
   if form_name > ""             # formからの名前設定がもしあれば
     info[id]["name"] = form_name # それをユーザ情報に記録
@@ -67,8 +64,6 @@
     sea = '<a href="http://skip.koeki-prj.org/event/oasis2016/sea/ckgame.rb">難易度☆はこちら</a>'
     don = '<a href="http://skip.koeki-prj.org/event/oasis2016/don/ckgame.rb">難易度☆☆☆はこちら</a>'
     # プレイ名設定済みで、さらにキーワードが入力されていたら
-   
-
     if form_kwd > ""
       index = bingoword.index(form_kwd) # 配列から入力単語(form_kwd)を探索
      # hello = sprintf("現在のポイントは %dpt です。", 25*point)

yatex.org