This website works better with JavaScript.
Home
Explore
Help
Sign In
myitinos
/
spell-warz
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update interval
master
myitinos
5 years ago
parent
d0f1040775
commit
4dbb49d2fe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.cpp
+ 1
- 1
main.cpp
View File
@ -251,7 +251,7 @@ int main()
sleep
(
INTERVAL
)
;
std
:
:
cout
<
<
"
Here's your flag:
"
;
intervalPrint
(
flag
,
FLAG_INTERVAL
,
1
0
)
;
intervalPrint
(
flag
,
FLAG_INTERVAL
,
1
3
)
;
std
:
:
cout
<
<
"
Oh no!
"
<
<
std
:
:
endl
;
sleep
(
INTERVAL
)
;
Write
Preview
Loading…
Cancel
Save