diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-27 13:01:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-27 13:01:07 (GMT) |
| commit | 36ee81fc6b472ef956ad742ea3e626417c5317fe (patch) | |
| tree | 0aba1a536e67d40e4c9a49775ea37ebd3af72b12 /src/interface.c | |
| parent | 43b75ea05855334646fc84f49729ac8d8d8763b2 (diff) | |
| download | powder-36ee81fc6b472ef956ad742ea3e626417c5317fe.zip powder-36ee81fc6b472ef956ad742ea3e626417c5317fe.tar.gz | |
Better photons for persistent display, ability to toggle gravity view (ctrl+g)
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c index 7049d9f..a0500b7 100644 --- a/src/interface.c +++ b/src/interface.c @@ -78,6 +78,8 @@ int zoom_wx=0, zoom_wy=0; unsigned char ZFACTOR = 256/ZSIZE_D; unsigned char ZSIZE = ZSIZE_D; +int drawgrav_enable = 0; + void menu_count(void)//puts the number of elements in each section into .itemcount { int i=0; |
