ingame menu haven't been freed right.

origin
stpohle 22 years ago
parent 516058157a
commit b6bdb5f018

@ -1,13 +1,12 @@
$Id: ChangeLog,v 1.75 2004/05/20 16:55:29 stpohle Exp $
Still Needed to Change
======================
* ingame menus, like the "Quit Game" question.
$Id: ChangeLog,v 1.76 2004/06/16 00:41:27 stpohle Exp $
Version 0.11.3
==============
2004-05-20
2004-06-15
- ingame menus, like the "Quit Game" question,
and a End Round menu.
- menuhandling changed some internal things,
so it is possible to create more menus at the time.

@ -1,4 +1,4 @@
/* $Id: game.c,v 1.87 2004/06/15 15:04:37 stpohle Exp $
/* $Id: game.c,v 1.88 2004/06/16 00:41:29 stpohle Exp $
game.c - procedures for the game. */
#include <string.h>
@ -296,6 +296,10 @@ game_loop ()
bman.timeout -= timediff;
}
if (menu != NULL)
menu_delete (menu);
gfx_blitdraw ();
chat_show (-1, -1, -1, -1);
d_gamedetail ("GAME END");

Loading…
Cancel
Save