소스 검색

added interval

master
myitinos 5 년 전
부모
커밋
64c2b3de7b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      lib/UserInterface.cpp
  2. BIN
      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;

BIN
spell-warz 파일 보기


불러오는 중...
취소
저장