mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-08 11:25:58 -04:00
Clean up angle constants and conversions (#1135)
* Add angle conversion constants and macros * Replace angle literals with hex instead of decimal
This commit is contained in:
@@ -147,7 +147,7 @@ dCamBGChk_c::dCamBGChk_c() {
|
||||
}
|
||||
|
||||
static f32 dummy() {
|
||||
return 182.04445f;
|
||||
return DEG2S_CONSTANT;
|
||||
}
|
||||
|
||||
/* 800AF8F4-800AF930 .text __ct__11dCamParam_cFl */
|
||||
|
||||
Reference in New Issue
Block a user