From a010f94390422eefa366a5f390c1f9e3ccc66fd5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 24 May 2008 10:10:37 +0000 Subject: text_length functions, improved lighting, r_bbox draws bounding boxes --- src/audio/sources.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio/sources.cc') diff --git a/src/audio/sources.cc b/src/audio/sources.cc index 90a79fa..209bc94 100644 --- a/src/audio/sources.cc +++ b/src/audio/sources.cc @@ -21,7 +21,7 @@ void Sources::init() alGenSources(MAXSOURCES, sources); if ((error = alGetError()) != AL_NO_ERROR) { - con_warn << "Error " << error << " initializing OpenAL sources!" << std::endl; + con_warn << "Error " << std::hex << error << " initializing OpenAL sources!" << std::endl; return; } source_available[0] = true; -- cgit v1.2.3