summaryrefslogtreecommitdiff
path: root/src/PowderToy.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-02-05 16:37:36 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-02-05 16:37:36 (GMT)
commit7ae5eaab79a41f31b633ca6f1bfb0dbae2fccb90 (patch)
treeb76fc14cca5e19c5482209f34131973ad1f80e6a /src/PowderToy.cpp
parent8024caec55ff1b93eefe50663d4ddf63934f8d63 (diff)
downloadpowder-7ae5eaab79a41f31b633ca6f1bfb0dbae2fccb90.zip
powder-7ae5eaab79a41f31b633ca6f1bfb0dbae2fccb90.tar.gz
Started intrepreter for tpt script and various things for console
Diffstat (limited to 'src/PowderToy.cpp')
-rw-r--r--src/PowderToy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PowderToy.cpp b/src/PowderToy.cpp
index 1886bde..880aa7e 100644
--- a/src/PowderToy.cpp
+++ b/src/PowderToy.cpp
@@ -51,8 +51,8 @@ SDL_Surface * SDLOpen()
{
freopen("CON", "w", stdout);
- freopen("con", "w", stderr);
- fclose(console);
+ freopen("CON", "w", stderr);
+ //fclose(console);
}
#endif
#ifdef WIN32