summaryrefslogtreecommitdiff
path: root/Dalos/Dalos.cc
diff options
context:
space:
mode:
authorpixel <pixel>2006-02-02 17:25:28 +0000
committerpixel <pixel>2006-02-02 17:25:28 +0000
commit724f9caca810a0727211c6d44076417326ad22f0 (patch)
treed3a459e574b8d406c82c35fb298a66e37180273c /Dalos/Dalos.cc
parent530453376c1cef29b7c099f4e9e8b4e4dbf99db7 (diff)
Fixing dump warning/compilations issues under MSVC.
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r--Dalos/Dalos.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc
index 673e7a4..1262d73 100644
--- a/Dalos/Dalos.cc
+++ b/Dalos/Dalos.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Dalos.cc,v 1.23 2006-02-02 11:01:12 pixel Exp $ */
+/* $Id: Dalos.cc,v 1.24 2006-02-02 17:25:28 pixel Exp $ */
#include <SDL.h>
#include <SDL_thread.h>
@@ -116,7 +116,6 @@ static void lua_hook(lua_State * __L, lua_Debug * ar) {
void start_lua() {
Lua * L = new threaded_Lua();
bool use_builtin_cdtool = false;
- int i;
L->open_base();
L->open_math();