mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Replace PRNG assertions with PrngException
This commit is contained in:
parent
732eb72a0c
commit
cd1d625ab2
3 changed files with 13 additions and 4 deletions
|
@ -120,6 +120,11 @@ public:
|
|||
ClientStateError(std::string s): BaseException(s) {}
|
||||
};
|
||||
|
||||
class PrngException : public BaseException {
|
||||
public:
|
||||
PrngException(std::string s): BaseException(s) {}
|
||||
};
|
||||
|
||||
/*
|
||||
Some "old-style" interrupts:
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue