mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Std7 (#3068)
* fix standard compiler error for d_a_tag_TWgate * fix standard compiler errors for J3DJoint * fix regression in ShieldD
This commit is contained in:
@@ -356,9 +356,16 @@ void daTagTWGate_c::executeDemoFilone3() {
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef __MWERKS__
|
||||
int modelSts;
|
||||
#endif
|
||||
switch (*cutName) {
|
||||
case 0x30303031:
|
||||
#ifndef __MWERKS__
|
||||
modelSts = downloadModels();
|
||||
#else
|
||||
int modelSts = downloadModels();
|
||||
#endif
|
||||
if (modelSts == 1) {
|
||||
eventManager.cutEnd(staffId);
|
||||
} else if (modelSts == -1) {
|
||||
|
||||
Reference in New Issue
Block a user