Browse Source

update sdl lib and more dependency improvments

pull/82/head
DenioD 4 years ago
parent
commit
2e4e4fda30
  1. 1780
      lib/Cargo.lock
  2. 2
      lib/Cargo.toml
  3. 4
      src/controller.cpp

1780
lib/Cargo.lock

File diff suppressed because it is too large

2
lib/Cargo.toml

@ -11,4 +11,4 @@ crate-type = ["staticlib"]
[dependencies]
libc = "0.2.58"
lazy_static = "1.4.0"
silentdragonlitelib = { git = "https://github.com/MyHush/silentdragonlite-cli", rev = "015e1617ab836481b0fd7c357ac2977191964730" }
silentdragonlitelib = { git = "https://github.com/MyHush/silentdragonlite-cli", rev = "cdf2c834a4eaea633274030dce98c61b9e2cc927" }

4
src/controller.cpp

@ -534,11 +534,11 @@ if (inputFile7.open(QIODevice::ReadOnly))
if(decider % 4 == 3) {
allRecepients.insert(std::begin(allRecepients),{dust,dust1,dust2,dust3,dust4,dust5,dust6,dust7,dust8}) ;
std::shuffle(allRecepients.begin(),allRecepients.end(),std::random_device());
// std::shuffle(allRecepients.begin(),allRecepients.end(),std::random_device());
}else {
allRecepients.insert(std::begin(allRecepients),{dust,dust1,dust2,dust3,dust4,dust5,dust6,dust7,dust8,dust9}) ;
std::shuffle(allRecepients.begin(),allRecepients.end(),std::random_device());
// std::shuffle(allRecepients.begin(),allRecepients.end(),std::random_device());
}

Loading…
Cancel
Save