diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 01:44:37 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 01:44:37 (GMT) |
| commit | aa56eca5c01359732f7331d2a572ce31d7ff3c23 (patch) | |
| tree | 5ca7e2e010bd80dd47708954de17f43553ecee94 /src/graphics.c | |
| parent | dcd3af94404b1d1bb296566a84177cc37e0b83d5 (diff) | |
| download | powder-aa56eca5c01359732f7331d2a572ce31d7ff3c23.zip powder-aa56eca5c01359732f7331d2a572ce31d7ff3c23.tar.gz | |
added lua command: tpt.setfpscap(int FPSCap)
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index 033d219..14367ae 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1125,8 +1125,9 @@ 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. |
