mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Remove unused globals
This commit is contained in:
parent
908d8f62f7
commit
7865a0164c
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ define tuples_index = [
|
|||
init python:
|
||||
|
||||
def select_chapter():
|
||||
global current_chapter, is_end_reached, quick_menu
|
||||
global current_chapter, quick_menu
|
||||
|
||||
selected_tuple = ()
|
||||
|
||||
|
@ -51,7 +51,7 @@ init python:
|
|||
|
||||
|
||||
def set_stats():
|
||||
global chapter_list_length, ending_route_number, is_end_reached
|
||||
global ending_route_number, is_end_reached
|
||||
|
||||
ending_route_number = get_ending()
|
||||
|
||||
|
|
Loading…
Reference in a new issue