Some style fixes.

svn-id: r48272
This commit is contained in:
Johannes Schickel 2010-03-16 14:34:25 +00:00
parent 2624b72513
commit 1242a4eb8c
3 changed files with 13 additions and 16 deletions

View file

@ -636,8 +636,7 @@ void ScummEngine_v0::o_loadRoomWithEgo() {
a = derefActor(VAR(VAR_EGO), "o_loadRoomWithEgo");
//0x634F
if ((((ActorC64*) a)->_miscflags & 0x40)) {
if (((ActorC64 *)a)->_miscflags & 0x40) {
// TODO: Check if this is the correct function
// to be calling here
stopObjectCode();