Skip to content

Commit

Permalink
comm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Oct 11, 2023
1 parent e957c11 commit 2841c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_api/entities_floors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ void ForceField::activate_laserbeam(bool turn_on)

void Door::unlock(bool unlock)
{
// TODO: DOOR_EGGSHIP, DOOR_EGGSHIP_ATREZZO, DOOR_EGGSHIP_ROOM ?
// TODO: DOOR_EGGSHIP, DOOR_EGGSHIP_ATREZZO, DOOR_EGGSHIP_ROOM, HUNDUN ?
static const ENT_TYPE entrence_door = to_id("ENT_TYPE_FLOOR_DOOR_ENTRANCE");
static const ENT_TYPE locked_door = to_id("ENT_TYPE_FLOOR_DOOR_LOCKED");
static const ENT_TYPE COG_door = to_id("ENT_TYPE_FLOOR_DOOR_COG");
Expand Down

0 comments on commit 2841c05

Please sign in to comment.