Some style fixes.
svn-id: r48272
This commit is contained in:
parent
2624b72513
commit
1242a4eb8c
3 changed files with 13 additions and 16 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue