Fixing API changes...
This commit is contained in:
parent
9a8b4818b5
commit
b573545295
1 changed files with 2 additions and 2 deletions
|
@ -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(".")
|
||||
|
|
Loading…
Reference in a new issue