summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-23 10:02:48 +0000
committerDave Chapman <dave@dchapman.com>2006-02-23 10:02:48 +0000
commit6e075ebc9e7ad907e79a42096d816a7a94cf5596 (patch)
tree9ae92bd45b0b18a72f431c884727d4ddb3ebcde2 /apps/plugins/chessbox/chessbox.c
parentba4991cc194dafd867a000fe410b7fce29b3b64d (diff)
downloadrockbox-6e075ebc9e7ad907e79a42096d816a7a94cf5596.tar.gz
rockbox-6e075ebc9e7ad907e79a42096d816a7a94cf5596.zip
Add chessbox to the build system (currently only for iRiver H1x0/H3x0 and iPods - it is too large for the Archos plugin buffer)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8798 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index 6cf77b4347..d16497dc6a 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -292,7 +292,7 @@ struct cb_command cb_getcommand (void) {
292 int button = BUTTON_NONE; 292 int button = BUTTON_NONE;
293 int marked = false , from_marked = false ; 293 int marked = false , from_marked = false ;
294 short marked_x = 0 , marked_y = 0 ; 294 short marked_x = 0 , marked_y = 0 ;
295 struct cb_command result; 295 struct cb_command result = { 0, {0,0,0,0,0}, 0 };
296 296
297 cb_switch ( x , y ); 297 cb_switch ( x , y );
298 /* main loop */ 298 /* main loop */