summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-05-26 17:47:54 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2013-05-27 10:19:16 +0200
commit8765d58b02c9afd00186bae4a0045dff32f7d102 (patch)
tree884cd72d4b8b2fabbd109001412e315aa908b0e8 /src/object/robotmain.h
parent538745a731d07facd7a1574c04a5d34d23ce3bfa (diff)
downloadcolobot-8765d58b02c9afd00186bae4a0045dff32f7d102.tar.gz
colobot-8765d58b02c9afd00186bae4a0045dff32f7d102.tar.bz2
colobot-8765d58b02c9afd00186bae4a0045dff32f7d102.zip
Fixed code formatting
* moved braces to new lines * fixed some function/variable names * fixed whitespace issues
Diffstat (limited to 'src/object/robotmain.h')
-rw-r--r--src/object/robotmain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index a459a59..a75509d 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -370,7 +370,7 @@ public:
CObject* IOReadObject(char *line, const char* filename, int objRank);
int CreateSpot(Math::Vector pos, Gfx::Color color);
-
+
void SetNumericLocale();
void RestoreNumericLocale();
@@ -412,7 +412,7 @@ protected:
void ExecuteCmd(char *cmd);
bool TestGadgetQuantity(int rank);
void UpdateSpeedLabel();
-
+
protected:
CApplication* m_app;
@@ -544,7 +544,7 @@ protected:
bool m_endTakeNever;
float m_endTakeWinDelay;
float m_endTakeLostDelay;
-
+
int m_audioChangeTotal;
AudioChange m_audioChange[10];
@@ -571,7 +571,7 @@ protected:
Gfx::Color m_colorRefWater;
Gfx::Color m_colorNewWater;
float m_colorShiftWater;
-
+
std::string m_oldLocale;
};