mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 01:58:44 -04:00
4th round of standard compiler fixes (#2984)
* 4th round of standard compiler fixes * use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
This commit is contained in:
@@ -60,7 +60,7 @@ int daObjProp_c::draw() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
static const s16 ADD_ANGLE[] = {0x1800, 0xE800};
|
||||
static const s16 ADD_ANGLE[] = {0x1800, -0x1800};
|
||||
|
||||
int daObjProp_c::execute() {
|
||||
shape_angle.y += ADD_ANGLE[mArg];
|
||||
|
||||
Reference in New Issue
Block a user