diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-16 22:49:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-16 22:49:25 +0000 |
commit | 5026eca4d9818d32fe69571c1c621aa318bc4d48 (patch) | |
tree | e6bb7e0d962f4ca64f19b91c58b338eee1597aff /src/main.cpp | |
parent | 9ee453c73292d460eda49129beddf00d21ea81c7 (diff) | |
download | mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.gz mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.bz2 mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.xz mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.zip |
Added new barber by Neko-mon and moved being logic into Being class.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 923ceb9c..daa41569 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -250,7 +250,7 @@ void init_engine() const SDL_VideoInfo *vi = SDL_GetVideoInfo(); logger->log("Possible to create hardware surfaces: %s", - ((vi->hw_available) ? "yes" : "no ")); + ((vi->hw_available) ? "yes" : "no")); logger->log("Window manager available: %s", ((vi->wm_available) ? "yes" : "no")); logger->log("Accelerated hardware to hardware blits: %s", |