Skip to content

Commit

Permalink
Merge pull request #39 from Chubbygummibear/fix-constant-import
Browse files Browse the repository at this point in the history
[fix] adds SeeInvisibility to player.ts constants import I somehow missed
  • Loading branch information
ToasterBiome authored Nov 13, 2023
2 parents ac0b5e6 + 59bfa2f commit d84cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AtlasNode, DmiAtlas } from "./rendering/atlas";
import { IconState, IconStateDir } from "./rendering/icon";
import { CmdViewport, FollowDesc, RenderingCmd } from "./rendering/commands";
import { DrawBuffer } from "./rendering/buffer";
import { LONG_GLIDE, Planes, RESET_ALPHA, RESET_COLOR, RESET_TRANSFORM, SEE_MOBS, SEE_OBJS, SEE_THRU, SEE_TURFS } from "../misc/constants";
import { LONG_GLIDE, Planes, RESET_ALPHA, RESET_COLOR, RESET_TRANSFORM, SEE_MOBS, SEE_OBJS, SEE_THRU, SEE_TURFS, SeeInvisibility } from "../misc/constants";
import { matrix_is_identity, matrix_multiply } from "../misc/matrix";
import { despam_promise } from "../misc/promise_despammer";
import { view_turfs } from "./view";
Expand Down

0 comments on commit d84cec8

Please sign in to comment.