Procházet zdrojové kódy

added interval

master
myitinos před 5 roky
rodič
revize
64c2b3de7b
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      lib/UserInterface.cpp
  2. binární
      spell-warz

+ 2
- 2
lib/UserInterface.cpp Zobrazit soubor

@ -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ární
spell-warz Zobrazit soubor


Načítá se…
Zrušit
Uložit