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:
@@ -902,7 +902,7 @@ level_tele(void)
|
||||
}
|
||||
if (wizard && !strcmp(buf, "?")) {
|
||||
schar destlev;
|
||||
coordxy destdnum;
|
||||
xint16 destdnum;
|
||||
|
||||
levTport_menu:
|
||||
destlev = 0;
|
||||
|
||||
Reference in New Issue
Block a user