summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 743b365f..805bb7f6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -231,7 +231,7 @@ void init_engine()
log("Possible to create hardware surfaces: %s",
((vi->hw_available) ? "yes" : "no "));
log("Window manager available: %s",
- ((vi->hw_available) ? "yes" : "no"));
+ ((vi->wm_available) ? "yes" : "no"));
log("Accelerated hardware to hardware blits: %s",
((vi->blit_hw) ? "yes" : "no"));
log("Accelerated hardware to hardware colorkey blits: %s",