Skip to content

Commit

Permalink
fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
qndel authored and AJenbo committed Oct 11, 2020
1 parent 1371d5b commit 1d84a09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,7 @@ void OperateL1LDoor(int pnum, int oi, DIABOOL sendflag)
}
}

void OperateL2RDoor(int pnum, int oi, BOOL sendflag)
void OperateL2RDoor(int pnum, int oi, DIABOOL sendflag)
{
int xp, yp;

Expand Down Expand Up @@ -2673,7 +2673,7 @@ void OperateL2LDoor(int pnum, int oi, BOOL sendflag)
}
}

void OperateL3RDoor(int pnum, int oi, BOOL sendflag)
void OperateL3RDoor(int pnum, int oi, DIABOOL sendflag)
{
int xp, yp;

Expand Down Expand Up @@ -2715,7 +2715,7 @@ void OperateL3RDoor(int pnum, int oi, BOOL sendflag)
}
}

void OperateL3LDoor(int pnum, int oi, BOOL sendflag)
void OperateL3LDoor(int pnum, int oi, DIABOOL sendflag)
{
int xp, yp;

Expand Down

0 comments on commit 1d84a09

Please sign in to comment.