Lunatic: reflect the preceding rename in the sources.

git-svn-id: https://svn.eduke32.com/eduke32@2871 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-08-08 19:32:45 +00:00
parent 00e99b2207
commit 761c2d1c84
3 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ ifneq (0,$(LUNATIC))
$(OBJ)/luaJIT_BC_randgen.$o \
$(OBJ)/luaJIT_BC_stat.$o \
$(OBJ)/luaJIT_BC_bitar.$o \
$(OBJ)/luaJIT_BC_con.$o
$(OBJ)/luaJIT_BC_control.$o
# now, take care of having the necessary symbols (sector, wall, etc.) in the
# executable no matter what the debugging level

View File

@ -577,7 +577,7 @@ end
--== Custom operations for BUILD data structures ==--
-- declares struct action and struct move, and their ID-wrapped types
-- con_action_t and con_move_t
local con = require("con")
local con = require("control")
-- All-zero action and move
local nullac, nullmv = ffi.new("const struct action"), ffi.new("const struct move")

View File

@ -44,7 +44,7 @@ luaJIT_BC_geom;
luaJIT_BC_randgen;
luaJIT_BC_stat;
luaJIT_BC_bitar;
luaJIT_BC_con;
luaJIT_BC_control;
rand_jkiss_u32;
rand_jkiss_dbl;