TONY: A few more compiler warning fixes
This commit is contained in:
parent
fe0fa0f86b
commit
3454a0a9c3
2 changed files with 2 additions and 2 deletions
|
@ -934,7 +934,7 @@ void RMGfxEngine::LoadState(const char *fn) {
|
|||
|
||||
// Le versioni vecchie necessitano di On enter
|
||||
if (ver < 5)
|
||||
mpalQueryDoAction(0, loc, 0);
|
||||
mpalQueryDoActionU32(0, loc, 0);
|
||||
else {
|
||||
// In quelle nuove, ci basta resettare gli mcode
|
||||
MCharResetCodes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue