fixed bad parameter types in direct native functions.
bool can cause undefined behavior here, these should be int.
This commit is contained in:
parent
fb6e4becaa
commit
d5e9783324
3 changed files with 4 additions and 6 deletions
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
** serializer.cpp
|
||||
** Savegame wrapper around RapidJSON
|
||||
**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue