瀏覽代碼

added interval

master
myitinos 5 年之前
父節點
當前提交
64c2b3de7b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      lib/UserInterface.cpp
  2. 二進制
      spell-warz

+ 2
- 2
lib/UserInterface.cpp 查看文件

@ -1,7 +1,7 @@
#include "UserInterface.hpp"
const int UserInterface::interval = 0; // in ms
const int UserInterface::miniInterval = 0; // in ms
const int UserInterface::interval = 500; // in ms
const int UserInterface::miniInterval = 50; // in ms
const int UserInterface::maxDay = 28;
const int UserInterface::maxMonth = 12;
const int UserInterface::maxYear = 100;

二進制
spell-warz 查看文件


Loading…
取消
儲存