aboutsummaryrefslogtreecommitdiff
path: root/saga/actordata.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-05-01 06:16:57 +0000
committerPaweł Kołodziejski2004-05-01 06:16:57 +0000
commit1ac5aef6474a7b83294d793690cc1694a5e795f5 (patch)
treeeeec58eb5ef83bdcfe4f66c4d93912e02a1b9c2b /saga/actordata.cpp
parent1353e2d2dc8cf794279f4bc8f9ae12eb31accc35 (diff)
downloadscummvm-rg350-1ac5aef6474a7b83294d793690cc1694a5e795f5.tar.gz
scummvm-rg350-1ac5aef6474a7b83294d793690cc1694a5e795f5.tar.bz2
scummvm-rg350-1ac5aef6474a7b83294d793690cc1694a5e795f5.zip
indent
svn-id: r13688
Diffstat (limited to 'saga/actordata.cpp')
-rw-r--r--saga/actordata.cpp17
1 files changed, 6 insertions, 11 deletions
diff --git a/saga/actordata.cpp b/saga/actordata.cpp
index 5342d2d9b8..fee8b9d95c 100644
--- a/saga/actordata.cpp
+++ b/saga/actordata.cpp
@@ -20,28 +20,23 @@
* $Header$
*
*/
-/*
- Description:
-
- Actor data table
- Notes:
-*/
+// Actor data table
#include "actordata.h"
namespace Saga {
-/* Lookup table to convert 8 cardinal directions to 4 */
+// Lookup table to convert 8 cardinal directions to 4
int ActorOrientationLUT[] = { 2, 0, 0, 0, 3, 1, 1, 1 };
R_ACTORTABLE ActorTable[R_ACTORCOUNT] = {
-/* namei sl_rn si_rn col
- ----- ----- ----- --- */
+// namei sl_rn si_rn col
+// ----- ----- ----- ---
{0, 1, 0, 0, 0, 37, 135, 0, 1, 0, 0, 0},
- /* original okk entry
- * { 1, 0, 0, 0, 0, 0, 0, 1, 132, 0, 0, 0 }, */
+ // original okk entry
+ // { 1, 0, 0, 0, 0, 0, 0, 1, 132, 0, 0, 0 },
{1, 0, 0, 0, 0, 45, 144, 1, 132, 0, 0, 0},
{2, 0, 0, 0, 0, 48, 143, 2, 161, 0, 0, 0},
{3, 0, 240, 480, 0, 115, 206, 0, 25, 0, 0, 0},