From fb6fa0f35843e437c3171de39920ce5e42e28817 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sun, 13 Feb 2005 20:30:01 +0000 Subject: Some fixes and item updates --- src/game.cpp | 4 ++-- src/graphic/graphic.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/game.cpp b/src/game.cpp index e4fd0dff..34068053 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -411,11 +411,11 @@ void do_parse() { } fclose(file); */ -//#ifdef DEBUG +#ifdef DEBUG FILE *file = fopen("./docs/packet.list", "a"); fprintf(file, "%x\n", RFIFOW(0)); fclose(file); -//#endif +#endif // Parse packet based on their id switch (id) { // Received speech diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index 835698b4..3887addb 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -290,7 +290,7 @@ Engine::Engine() minimap = new Minimap(); equipmentWindow = new EquipmentWindow(); - equipmentWindow->setVisible(true); + equipmentWindow->setVisible(false); // Give focus to the chat input chatInput->requestFocus(); -- cgit v1.2.3-70-g09d2