From fadf9365dba24b680db5cb8750c53e264ff1ec27 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 17 Jun 2008 19:15:10 +0000 Subject: - drobne upravy v kode git-svn-id: http://opensvn.csie.org/tuxanci_ng@65 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/game.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.c') diff --git a/src/game.c b/src/game.c index 4226c7f..0c4903f 100644 --- a/src/game.c +++ b/src/game.c @@ -97,6 +97,8 @@ void quitGame() quitScreenCredits(); quitScreenTable(); + destroyList(listHelp); + printf("quit..\n"); exit(0); -- cgit v1.2.3