From cd20fb3432498b8871401bdd65a143197e2a6538 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 25 Mar 2009 23:42:57 +0100 Subject: A host of code style fixes Mostly putting & and * in the right place and making some getters const. --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index b1542891..d800eefe 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -177,7 +177,7 @@ BeingManager *beingManager = NULL; FloorItemManager *floorItemManager = NULL; ChannelManager *channelManager = NULL; CommandHandler *commandHandler = NULL; -Particle* particleEngine = NULL; +Particle *particleEngine = NULL; EffectManager *effectManager = NULL; #ifdef EATHENA_SUPPORT -- cgit v1.2.3-70-g09d2