Fix some coordxy declarations that should be xint16

By temporarily changing the type definition for each of xint16 and
coordxy to int32_t, the compiler was able to find several places where
the type definitions were wrong.
This commit is contained in:
Patric Mueller
2022-08-23 09:10:17 +02:00
parent 8d29733fc4
commit 4aeb3875e2
5 changed files with 14 additions and 14 deletions

View File

@@ -902,7 +902,7 @@ level_tele(void)
}
if (wizard && !strcmp(buf, "?")) {
schar destlev;
coordxy destdnum;
xint16 destdnum;
levTport_menu:
destlev = 0;