Skip to content

Commit

Permalink
Capitalize because I'm used to DDF yelling at me
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Oct 26, 2024
1 parent a12f3af commit 0a338f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edge_defs/scripts/lua/edge_hud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local custom_stbar_average_hue = vec3(0, 0, 0)

local lua_state_test = 0

function lua_state_call_test(info)
function LUA_STATE_CALL_TEST(info)
if info ~= nil then
lua_state_test = lua_state_test + 1
end
Expand Down
2 changes: 1 addition & 1 deletion edge_defs/scripts/things.ddf
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ RANGE_ATTACK=FORMER_HUMAN_PISTOL;

STATES(IDLE)=POSS:A:10:NORMAL:LOOKOUT,
POSS:B:10:NORMAL:LOOKOUT,
POSS:B:0:NORMAL:LUA_RUN_SCRIPT("lua_state_call_test");
POSS:B:0:NORMAL:LUA_RUN_SCRIPT("LUA_STATE_CALL_TEST");

STATES(CHASE)=POSS:A:4:NORMAL:CHASE,
POSS:A:4:NORMAL:CHASE,
Expand Down

0 comments on commit 0a338f9

Please sign in to comment.