浏览代码

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 查看文件


正在加载...
取消
保存