fixed bad parameter types in direct native functions.

bool can cause undefined behavior here, these should be int.
This commit is contained in:
Christoph Oelckers 2023-11-07 18:06:50 +01:00
commit d5e9783324
3 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,4 @@
/*
/*
** serializer.cpp
** Savegame wrapper around RapidJSON
**