From 56bc73da0306b26f60b7eeced9d85dc47555f154 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Wed, 02 Feb 2011 12:40:05 +0000 Subject: Make g_log variable static to enable working in F14 --- diff --git a/common/Util/Clooper/aclient.cpp b/common/Util/Clooper/aclient.cpp index a2ce240..1a8e81b 100644 --- a/common/Util/Clooper/aclient.cpp +++ b/common/Util/Clooper/aclient.cpp @@ -35,7 +35,7 @@ struct TamTamSound; struct Music; TamTamSound * g_tt = NULL; Music * g_music = NULL; -log_t * g_log = NULL; +static log_t * g_log = NULL; const int STEP_eventMax = 16; //this is the most events that will be queued by a loop per step() /** -- cgit v0.9.1