mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Fix several double-related bug
float is promoted to double through ... for non-v6 code. PR_Sprintf has custom param access via P_*, messed up doubles.
This commit is contained in:
parent
eb7f825158
commit
2cd62fe01b
8 changed files with 27 additions and 6 deletions
|
@ -77,6 +77,7 @@ VISIBLE const char *pr_type_name[ev_type_count] = {
|
|||
"integer",
|
||||
"uinteger",
|
||||
"short",
|
||||
"double",
|
||||
"invalid",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue