mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
d_a_magma OK for demo
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
#include "d/d_magma.h"
|
||||
|
||||
daMagma_c::~daMagma_c() {
|
||||
dComIfG_resDelete(&mPhs, "Magma");
|
||||
dComIfG_resDeleteDemo(&mPhs, "Magma");
|
||||
}
|
||||
|
||||
cPhs_State daMagma_c::create() {
|
||||
fopAcM_ct(this, daMagma_c);
|
||||
fopAcM_ct_Retail(this, daMagma_c);
|
||||
|
||||
cPhs_State result = dComIfG_resLoad(&mPhs, "Magma");
|
||||
if (result != cPhs_COMPLEATE_e) {
|
||||
@@ -25,7 +25,7 @@ cPhs_State daMagma_c::create() {
|
||||
dComIfGp_getMagma()->newFloor(
|
||||
current.pos,
|
||||
scale,
|
||||
current.roomNo,
|
||||
fopAcM_GetRoomNo(this),
|
||||
getPathNo()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user