From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/client/action.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/action.cc') diff --git a/src/client/action.cc b/src/client/action.cc index b86476e..7c7a34c 100644 --- a/src/client/action.cc +++ b/src/client/action.cc @@ -21,7 +21,8 @@ Action::~Action() { } -void Action::set_info(const char *info) { +void Action::set_info(const char *info) +{ if (info) action_info.assign(info); else -- cgit v1.2.3