mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
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:
parent
00e99b2207
commit
761c2d1c84
3 changed files with 3 additions and 3 deletions
|
@ -172,7 +172,7 @@ ifneq (0,$(LUNATIC))
|
||||||
$(OBJ)/luaJIT_BC_randgen.$o \
|
$(OBJ)/luaJIT_BC_randgen.$o \
|
||||||
$(OBJ)/luaJIT_BC_stat.$o \
|
$(OBJ)/luaJIT_BC_stat.$o \
|
||||||
$(OBJ)/luaJIT_BC_bitar.$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
|
# now, take care of having the necessary symbols (sector, wall, etc.) in the
|
||||||
# executable no matter what the debugging level
|
# executable no matter what the debugging level
|
||||||
|
|
|
@ -577,7 +577,7 @@ end
|
||||||
--== Custom operations for BUILD data structures ==--
|
--== Custom operations for BUILD data structures ==--
|
||||||
-- declares struct action and struct move, and their ID-wrapped types
|
-- declares struct action and struct move, and their ID-wrapped types
|
||||||
-- con_action_t and con_move_t
|
-- con_action_t and con_move_t
|
||||||
local con = require("con")
|
local con = require("control")
|
||||||
|
|
||||||
-- All-zero action and move
|
-- All-zero action and move
|
||||||
local nullac, nullmv = ffi.new("const struct action"), ffi.new("const struct move")
|
local nullac, nullmv = ffi.new("const struct action"), ffi.new("const struct move")
|
||||||
|
|
|
@ -44,7 +44,7 @@ luaJIT_BC_geom;
|
||||||
luaJIT_BC_randgen;
|
luaJIT_BC_randgen;
|
||||||
luaJIT_BC_stat;
|
luaJIT_BC_stat;
|
||||||
luaJIT_BC_bitar;
|
luaJIT_BC_bitar;
|
||||||
luaJIT_BC_con;
|
luaJIT_BC_control;
|
||||||
|
|
||||||
rand_jkiss_u32;
|
rand_jkiss_u32;
|
||||||
rand_jkiss_dbl;
|
rand_jkiss_dbl;
|
||||||
|
|
Loading…
Reference in a new issue