summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2011-08-16 16:43:50 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2011-08-16 16:43:50 (GMT)
commita5db1d53da133a78493be443b0ec9094ea3eeb65 (patch)
tree97a93d5fd9e12219657c6b2ece7d1137146843c0 /src/graphics.c
parented392c9724878fc39fe5cbba2f882dacf7278979 (diff)
downloadpowder-a5db1d53da133a78493be443b0ec9094ea3eeb65.zip
powder-a5db1d53da133a78493be443b0ec9094ea3eeb65.tar.gz
Revert "added lua command: tpt.setfpscap(int FPSCap)"
This reverts commit aa56eca5c01359732f7331d2a572ce31d7ff3c23.
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 14367ae..033d219 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1125,9 +1125,8 @@ int drawtextwrap(pixel *vid, int x, int y, int w, const char *s, int r, int g, i
}
}
}
-
+#endif
return rh;
- #endif
}
//draws a rectange, (x,y) are the top left coords.