Skip to content

Commit

Permalink
Fixed a variable not being global
Browse files Browse the repository at this point in the history
  • Loading branch information
Treescrub committed Jul 24, 2021
1 parent 21edd19 commit cae1f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vscripts/anv_mapfixes.nut
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ __CollectEventCallbacks( this, "OnGameEvent_", "GameEventCallbacks", RegisterScr
** Speedy code goes in, speedy fix comes out.
*****************************************************************************/

g_FixScriptTable <- {};
::g_FixScriptTable <- {};

::Apply_Quadmode_Map_Specific_Fixes <- function()
{
Expand Down

0 comments on commit cae1f94

Please sign in to comment.