online multiplayer chess game (note server currently down)
Diffstat (limited to 'Events.gd')
-rw-r--r--Events.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Events.gd b/Events.gd
index c716ee4..c1f4890 100644
--- a/Events.gd
+++ b/Events.gd
@@ -2,5 +2,5 @@ extends Node
# warning-ignore-all:unused_signal
signal turn_over
-signal game_over(reason, isok) # called when the game is over
+signal game_over(reason) # called when the game is over
signal go_back(reason, isok) # called when the game is over, and were ready to go back