From 17bf7b95aa8fb28dcacbe01a5ff547032ffbea1d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Sep 2003 21:08:48 +0000 Subject: removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) svn-id: r10471 --- common/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index 4da287e980..164316f71d 100644 --- a/common/system.h +++ b/common/system.h @@ -349,4 +349,7 @@ public: //@} }; +/** The global OSystem instance. Inited in main(). */ +extern OSystem *g_system; + #endif -- cgit v1.2.3