[Scummvm-cvs-logs] SF.net SVN: scummvm: [28729] scummvm/trunk/engines/parallaction/ parallaction.h
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Sat Aug 25 19:20:58 CEST 2007
Revision: 28729
http://scummvm.svn.sourceforge.net/scummvm/?rev=28729&view=rev
Author: peres001
Date: 2007-08-25 10:20:58 -0700 (Sat, 25 Aug 2007)
Log Message:
-----------
Fix build.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/parallaction.h
Modified: scummvm/trunk/engines/parallaction/parallaction.h
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.h 2007-08-25 17:10:31 UTC (rev 28728)
+++ scummvm/trunk/engines/parallaction/parallaction.h 2007-08-25 17:20:58 UTC (rev 28729)
@@ -43,7 +43,6 @@
class ListWidget;
class CommandSender;
}
-#define BRA_TEST 0
extern OSystem *g_system;
@@ -864,7 +863,7 @@
void _c_password(void*);
const Callable *_callables;
-#ifdef BRA_TEST
+/*
DECLARE_UNQUALIFIED_LOCATION_PARSER(location);
DECLARE_UNQUALIFIED_LOCATION_PARSER(zone);
DECLARE_UNQUALIFIED_LOCATION_PARSER(animation);
@@ -969,7 +968,7 @@
DECLARE_UNQUALIFIED_INSTRUCTION_OPCODE(endif);
DECLARE_UNQUALIFIED_INSTRUCTION_OPCODE(stop);
DECLARE_UNQUALIFIED_INSTRUCTION_OPCODE(endscript);
-#endif
+*/
};
// FIXME: remove global
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list