summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-11-11 20:55:20 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-11-12 12:46:47 (GMT)
commit5b9faa39c0ff68bd25bae160cb3cad8d6efc672f (patch)
tree240fbdd6df37f06f5eccdb2d89213cd8fa4e15e6 /includes
parent05fbb924204e48188b3f5f5f6cdce60816472417 (diff)
downloadpowder-5b9faa39c0ff68bd25bae160cb3cad8d6efc672f.zip
powder-5b9faa39c0ff68bd25bae160cb3cad8d6efc672f.tar.gz
Fix a few things in stamps browser
Incorrect number of stamps per page, pause button visible, and one page too many when stamp_count is an integer multiple of per_page. Using GRID_X/Y since those are the values used in the rest of stamp_ui
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/defines.h b/includes/defines.h
index a4c1555..fb1212c 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -86,8 +86,6 @@ extern unsigned char ZSIZE;
#define CATALOGUE_S 6
#define CATALOGUE_Z 3
-#define STAMP_X 4
-#define STAMP_Y 4
#define STAMP_MAX 240
#define NGOL 25