diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-05-28 20:24:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-29 12:34:50 (GMT) |
| commit | a2c171fbf91e024767ecb8a800a3d7ec13e5d611 (patch) | |
| tree | a4d5b0644e3c0c6bd5a72249024883cf7ddc17c9 /includes/interface.h | |
| parent | 6a2f357efd2dac87a4a9f30206717500440d2a76 (diff) | |
| download | powder-a2c171fbf91e024767ecb8a800a3d7ec13e5d611.zip powder-a2c171fbf91e024767ecb8a800a3d7ec13e5d611.tar.gz | |
Remove remaining references to old decorations buffer
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index dd45fb7..7834bb3 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -240,6 +240,6 @@ char *console_ui(pixel *vid_buf, char error[255],char console_more); void simulation_ui(pixel *vid_buf); -unsigned int decorations_ui(pixel *vid_buf, pixel *decorations, int *bsx, int *bsy, unsigned int savedColor); +unsigned int decorations_ui(pixel *vid_buf, int *bsx, int *bsy, unsigned int savedColor); #endif |
