summaryrefslogtreecommitdiffstats
path: root/src/CBot/CBot.h
diff options
context:
space:
mode:
authorZaba999 <zaba.marcin@gmail.com>2012-07-02 21:41:24 +0200
committerZaba999 <zaba.marcin@gmail.com>2012-07-02 21:41:24 +0200
commitfd6147bea012093ce0f70d843eb6732c581d2a4f (patch)
tree0227f23c66588550eed6712cd8d73395da886d1c /src/CBot/CBot.h
parentca254d70b6501cbd8954c5764fec7f4665b53bfd (diff)
downloadcolobot-fd6147bea012093ce0f70d843eb6732c581d2a4f.tar.gz
colobot-fd6147bea012093ce0f70d843eb6732c581d2a4f.tar.bz2
colobot-fd6147bea012093ce0f70d843eb6732c581d2a4f.zip
translations plus small fixes
Diffstat (limited to 'src/CBot/CBot.h')
-rw-r--r--src/CBot/CBot.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/CBot/CBot.h b/src/CBot/CBot.h
index e28bbee..7e15f65 100644
--- a/src/CBot/CBot.h
+++ b/src/CBot/CBot.h
@@ -1346,9 +1346,7 @@ public:
void SetIdent(long n);
- static
- CBotVarClass*
- CBotVarClass::Find(long id);
+ static CBotVarClass* Find(long id);
// CBotVar* GivMyThis();
@@ -1599,8 +1597,8 @@ private:
CBotToken m_openblk;
CBotToken m_closeblk;
public:
- CBotFunction::CBotFunction();
- CBotFunction::~CBotFunction();
+ CBotFunction();
+ ~CBotFunction();
static
CBotFunction* Compile(CBotToken* &p, CBotCStack* pStack, CBotFunction* pFunc, BOOL bLocal = TRUE);
static