From 95a13a1f831432addb4a61a2e2ba3ae02365d240 Mon Sep 17 00:00:00 2001 From: Reto Zingg Date: Sun, 27 Dec 2009 16:39:49 +0200 Subject: [PATCH] use hgw_context_compat_destroy_deinit instead of hgw_context_destroy --- src/play.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/play.c b/src/play.c index 79948ee..baa3c56 100644 --- a/src/play.c +++ b/src/play.c @@ -440,9 +440,9 @@ int main(int argc, char **argv) { // Main game play(); - // hgw_context_compat_destroy_deinit(hgw_context); + hgw_context_compat_destroy_deinit(hgw_context); // hgw_context_compat_destroy_quit(hgw_context); - hgw_context_destroy(hgw_context); + // hgw_context_destroy(hgw_context); return 0; } -- 1.7.9.5