mirror of
https://github.com/zeldaret/tp
synced 2026-06-15 06:31:10 -04:00
Miscellaneous TU fixes (#2662)
This commit is contained in:
@@ -1025,6 +1025,10 @@ void daObjMovebox::Act_c::mode_afl() {
|
||||
daObj::posMoveF_stream(this, NULL, &cXyz::Zero, viscosity_resistance, inertia_resistance);
|
||||
}
|
||||
|
||||
static void dummy() {
|
||||
delete (dBgS_ObjGndChk*)NULL;
|
||||
}
|
||||
|
||||
void daObjMovebox::Act_c::mode_proc_call() {
|
||||
typedef void (daObjMovebox::Act_c::*modeFunc)();
|
||||
static modeFunc mode_proc[] = {
|
||||
|
||||
Reference in New Issue
Block a user