mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 23:35:16 -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:
@@ -332,11 +332,11 @@ void daE_GM_c::appear() {
|
||||
}
|
||||
|
||||
static s16 const l_rand[4] = {
|
||||
0xF800, 0x0400, 0xFC00, 0x0800,
|
||||
-0x0800, 0x0400, -0x0400, 0x0800,
|
||||
};
|
||||
|
||||
static s16 const l_rand2[4] = {
|
||||
0xD000, 0x3800, 0xB800, 0x5000,
|
||||
-0x3000, 0x3800, -0x4800, 0x5000,
|
||||
};
|
||||
|
||||
static f32 const l_rand_base_spd[4] = {
|
||||
|
||||
Reference in New Issue
Block a user