summaryrefslogtreecommitdiffstats
path: root/src/bug1.txt
diff options
context:
space:
mode:
authoradiblol <adiblol@1tbps.org>2012-03-08 19:32:05 +0100
committeradiblol <adiblol@1tbps.org>2012-03-08 19:32:05 +0100
commita4c804b49ec872b71bd5a0167c3ad45704a3cc30 (patch)
tree8c931235247d662ca46a99695beb328fdfc8e8a8 /src/bug1.txt
downloadcolobot-a4c804b49ec872b71bd5a0167c3ad45704a3cc30.tar.gz
colobot-a4c804b49ec872b71bd5a0167c3ad45704a3cc30.tar.bz2
colobot-a4c804b49ec872b71bd5a0167c3ad45704a3cc30.zip
Initial commit, Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch
Diffstat (limited to 'src/bug1.txt')
-rw-r--r--src/bug1.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/bug1.txt b/src/bug1.txt
new file mode 100644
index 0000000..59b0ca4
--- /dev/null
+++ b/src/bug1.txt
@@ -0,0 +1,68 @@
+extern void object::Solution( )
+{
+ while ( true )
+ {
+ object left, right;
+
+ left = Radar(TypeMarkPath, -45, 120, 100);
+ right = Radar(TypeMarkPath, 45, 120, 100);
+
+ if ( left == null && right == null )
+ {
+ }
+ }
+}
+
+CBotString::CBotString(const CBotString &)
+CBotVar::GivName()
+CBotStack::FindVar(CBotToken * &, int, int)
+CBotStack::FindVar(CBotToken &, int, int)
+CBotStack::CopyVar(CBotToken &, int)
+CBotExpression::Execute(CBotStack * &)
+CBotListInstr::Execute(CBotStack * &)
+CBotWhile::Execute(CBotStack * &)
+CBotListInstr::Execute(CBotStack * &)
+CBotFunction::Execute(CBotVar * *, CBotStack * &)
+CBotProgram::Run(void *)
+CScript::Continue(const Event &)
+
+
+
+CBotString::CBotString(const CBotString &) :
+ m_token = 0xdddddddd
+
+CBotVar::GivName() :
+ return m_token->GivString();
+
+CBotStack::FindVar(CBotToken * &, int, int) :
+ CBotStack* p = this;
+ CBotString name = pToken->GivString();
+
+ while (p != NULL)
+ {
+ CBotVar* pp = p->m_listVar;
+ while ( pp != NULL)
+ {
+ if (pp->GivName() == name) <- paf
+
+ avec :
+ pp->__vfprt = 0xdddddddd
+ pp->m_token = 0xdddddddd
+ pp->m_next = 0xdddddddd
+ pp->m_type = -572662307
+ pp->m_binit = -572662307
+ pp->m_pMyThis = 0xdddddddd
+ pp->m_pUserPtr = 0xdddddddd
+ pp->m_InitExpr = 0xdddddddd
+
+CBotStack::FindVar(CBotToken &, int, int) :
+ CBotToken* pt = &Token;
+ pt->m_next = 0
+ pt->m_prev = 0
+ pt->m_type = 4
+ pt->m_IdKeyWord = -1
+ pt->m_Text = "right"
+ pt->m_Sep = " "
+ pt->m_start = 124
+ pt->m_end = 129
+