Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIXEL_MOVEMENT_MODE is unimplemented #735

Closed
Hinaichigo opened this issue Jun 16, 2022 · 1 comment
Closed

PIXEL_MOVEMENT_MODE is unimplemented #735

Hinaichigo opened this issue Jun 16, 2022 · 1 comment
Labels
Compiler Involves the OpenDream compiler

Comments

@Hinaichigo
Copy link
Contributor

When attempting to compile /vg/station, the following error occurs:
Error at code\world.dm:14:37: Unknown identifier "PIXEL_MOVEMENT_MODE"
At the following location:

6 /world
7 	mob = /mob/new_player
8 	turf = /turf/space
9 	view = "15x15"
10 	cache_lifespan = 0	//stops player uploaded stuff from being kept in the rsc past the current session
11 	//loop_checks = 0
12 	icon_size = WORLD_ICON_SIZE
13 	sleep_offline = FALSE
14 	movement_mode = PIXEL_MOVEMENT_MODE

It seems that PIXEL_MOVEMENT_MODE is built into BYOND.

@amylizzle
Copy link
Collaborator

Closed in favour of #2194
also the define was added in #774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Involves the OpenDream compiler
Projects
None yet
Development

No branches or pull requests

3 participants