Fixing API changes...

This commit is contained in:
LemADEC 2014-10-05 22:17:27 +02:00
parent 9a8b4818b5
commit b573545295

View file

@ -751,8 +751,8 @@ function core_boot()
end
Write(".")
core_front, core_right, core_up = warpcore.dim_getp()
core_back, core_left, core_down = warpcore.dim_getn()
core_front, core_right, core_up = warpcore.dim_positive()
core_back, core_left, core_down = warpcore.dim_negative()
core_isInHyper = warpcore.isInHyperspace()
Write(".")