Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. diff -r afdc3812e130 Goblin Camp/src/SpawningPool.cpp
  2. --- a/Goblin Camp/src/SpawningPool.cpp Fri Feb 11 11:49:40 2011 +0200
  3. +++ b/Goblin Camp/src/SpawningPool.cpp Fri Feb 11 20:23:45 2011 +0100
  4. @@ -162,7 +162,7 @@
  5. }
  6. }
  7.  
  8. - if (Random::Generate(std::min(expansion, unsigned int(10))) == 0) Expand();
  9. + if (Random::Generate(std::min(expansion, (unsigned)10)) == 0) Expand();
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement