pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs fake_exit_obj.cxx,1.4,1.5


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs fake_exit_obj.cxx,1.4,1.5 fake_exit_obj.hxx,1.3,1.4
Date: 9 Sep 2002 16:55:09 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editorobjs
In directory dark:/tmp/cvs-serv8480/editorobjs

Modified Files:
        fake_exit_obj.cxx fake_exit_obj.hxx 
Log Message:
some indention fixes...

Index: fake_exit_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/fake_exit_obj.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fake_exit_obj.cxx   9 Sep 2002 16:13:44 -0000       1.4
+++ fake_exit_obj.cxx   9 Sep 2002 16:55:07 -0000       1.5
@@ -24,9 +24,10 @@
 
 namespace EditorObjs {
 
-FakeExitObj::FakeExitObj (WorldObjsData::FakeExitData* data_) : 
SpriteEditorObj(data_->pos),
-                                                                frame(0),
-                                                                data(new 
WorldObjsData::FakeExitData(*data_))
+FakeExitObj::FakeExitObj (WorldObjsData::FakeExitData* data_) 
+  : SpriteEditorObj(data_->pos),
+    frame(0),
+    data(new WorldObjsData::FakeExitData(*data_))
 {
   data->pos.z = -100;
   sprite = Sprite("Traps/fake_exit", "traps");

Index: fake_exit_obj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/fake_exit_obj.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fake_exit_obj.hxx   9 Sep 2002 16:13:44 -0000       1.3
+++ fake_exit_obj.hxx   9 Sep 2002 16:55:07 -0000       1.4
@@ -52,7 +52,7 @@
     FakeExitObj operator= (const FakeExitObj&);
 };
 
-}
+} // namespace EditorObjs
 
 #endif
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]