From eaca55ee50172ce98e0a53629251602884dcb918 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 4 Oct 2009 17:54:08 +0000 Subject: Some fixes to comply with our coding guidelines. svn-id: r44624 --- engines/kyra/script.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/script.h') diff --git a/engines/kyra/script.h b/engines/kyra/script.h index 862cfb7d97..bfe188d22a 100644 --- a/engines/kyra/script.h +++ b/engines/kyra/script.h @@ -58,8 +58,8 @@ struct EMCState { int16 retValue; uint16 bp; uint16 sp; - int16 regs[30]; // VM registers - int16 stack[kStackSize]; // VM stack + int16 regs[30]; // VM registers + int16 stack[kStackSize]; // VM stack }; #define stackPos(x) (script->stack[script->sp+x]) -- cgit v1.2.3