From 827045661c235d131471f007300364405aea908b Mon Sep 17 00:00:00 2001 From: Martin Schaffner Date: Mon, 24 Jan 2005 22:05:14 +0000 Subject: [PATCH] change curseg2p to Curseg2p --- ChangeLog | 1 + main/editor/centers.c | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e04e3acf..e3b683eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ disable old hostage system in editor (d2 is simpler in this regard) * main/wall.c, main/wall.h: move consts for WALL_IS_DOORWAY to header * main/editor/info.c: only include i86.h and malloc.h ifdef DO_MEMINFO + * main/editor/centers.c: change curseg2p to Curseg2p 2005-01-23 Jason Owen diff --git a/main/editor/centers.c b/main/editor/centers.c index 60bfff1a..f2999005 100644 --- a/main/editor/centers.c +++ b/main/editor/centers.c @@ -1,4 +1,4 @@ -/* $Id: centers.c,v 1.5 2004-12-24 05:55:56 btb Exp $ */ +/* $Id: centers.c,v 1.6 2005-01-24 22:05:14 schaffner Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -19,7 +19,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #ifdef RCS -static char rcsid[] = "$Id: centers.c,v 1.5 2004-12-24 05:55:56 btb Exp $"; +static char rcsid[] = "$Id: centers.c,v 1.6 2005-01-24 22:05:14 schaffner Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -192,7 +192,7 @@ void do_centers_window() for (i = 0; i < 2; i++) { - robot_flags = RobotCenters[curseg2p->matcen_num].robot_flags[i]; + robot_flags = RobotCenters[Curseg2p->matcen_num].robot_flags[i]; for (robot_index = 0; robot_index < 32; robot_index++) { @@ -211,7 +211,7 @@ void do_centers_window() } } - RobotCenters[curseg2p->matcen_num].robot_flags[i] = robot_flags; + RobotCenters[Curseg2p->matcen_num].robot_flags[i] = robot_flags; } //------------------------------------------------------------ -- 2.39.2