mirror of
https://github.com/lov3b/h_ng_dig.git
synced 2025-01-18 04:40:12 +01:00
Remove debug int
This commit is contained in:
parent
6773df42a3
commit
3c1db3ae5c
@ -67,7 +67,6 @@ void randomOrd() {
|
||||
// Bestäm ett slumpmässigt ord från ordarrayen
|
||||
// rVal står för randomVal
|
||||
rValInt = int(random(0, antalOrd));
|
||||
rValInt = 2;
|
||||
rVal = ord[rValInt];
|
||||
println(rVal);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user