From 191fdc614ed8022c145d3530f9d412e715ae37db Mon Sep 17 00:00:00 2001 From: Zaba999 Date: Thu, 20 Sep 2012 22:58:00 +0200 Subject: changed paths for models and levels. Now it's possible to load level. --- src/CBot/CBot.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/CBot/CBot.h') diff --git a/src/CBot/CBot.h b/src/CBot/CBot.h index 53a5633..8886308 100644 --- a/src/CBot/CBot.h +++ b/src/CBot/CBot.h @@ -1009,13 +1009,14 @@ public: // an instruction block { .... } class CBotBlock : public CBotInstr { -private: - public: static CBotInstr* Compile(CBotToken* &p, CBotCStack* pStack, bool bLocal = true); static CBotInstr* CompileBlkOrInst(CBotToken* &p, CBotCStack* pStack, bool bLocal = false); +private: + CBotBlock(); + CBotBlock(const CBotBlock &); }; -- cgit v1.2.3-1-g7c22