Skip to content

Commit

Permalink
Use k_ prefix for 8ball sgvar, as reserved in prefix list.
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jul 14, 2024
1 parent bb73de6 commit d11cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/global/gl_k_8ball.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "../headers/define.h"
#include "../sfall/define_extra.h"

#define SGVAR_UP_8BALL "up_8ball"
#define SGVAR_UP_8BALL "k_8ball_"

procedure start;
procedure inventorymove_handler;
Expand Down

0 comments on commit d11cf28

Please sign in to comment.