OSDN Git Service

7分たってもステージが遷移しないバグ修正
authorttwilb <ttwilb@users.sourceforge.jp>
Sat, 7 Sep 2013 00:18:02 +0000 (09:18 +0900)
committerttwilb <ttwilb@users.sourceforge.jp>
Sat, 7 Sep 2013 00:18:02 +0000 (09:18 +0900)
www/corelib/classes/TimerWidgetClass.js

index 330365e..8056268 100644 (file)
@@ -43,7 +43,7 @@
                                this.manager.timerRunning = false;
                                var that = this;
                                this.manager.addWidget(new MessageWidgetClass(this.manager,["おわり。\n", null, function(){
-                                       that.loadStageFromNetwork('ending');
+                                       that.manager.runStage('ending');
                                }]));
                        }else
                        {