switchout/switchin when changing Magic groups
Also, doc'ing Cartoon full-image mode
This commit is contained in:
parent
a68ff27e84
commit
2e231b5adc
2 changed files with 7 additions and 3 deletions
|
|
@ -41,8 +41,8 @@ $Id$
|
|||
* "TV" now breaks pixels into red/green/blue components,
|
||||
rather than merely adding a 'scanline' effect.
|
||||
|
||||
* "Blocks", "Chalk", "Emboss", and "Halftone" can all now affect
|
||||
the entire image at once.
|
||||
* "Blocks", "Cartoon", "Chalk", "Emboss", and "Halftone" can all now
|
||||
affect the entire image at once.
|
||||
|
||||
* Other Improvements:
|
||||
-------------------
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
June 14, 2002 - October 25, 2021
|
||||
June 14, 2002 - October 27, 2021
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
|
@ -3813,6 +3813,8 @@ static void mainloop(void)
|
|||
{
|
||||
int tries = 0;
|
||||
|
||||
magic_switchout(canvas);
|
||||
|
||||
/* Magic pagination */
|
||||
do
|
||||
{
|
||||
|
|
@ -3850,6 +3852,8 @@ static void mainloop(void)
|
|||
color_hexes[cur_color][1],
|
||||
color_hexes[cur_color][2]);
|
||||
|
||||
magic_switchin(canvas);
|
||||
|
||||
playsound(screen, 0, SND_CLICK, 0, SNDPOS_CENTER, SNDDIST_NEAR);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue