[Sphere-axis-commits] CVS: Axis RoofImage.cpp,1.1,1.2 RoofImage.h,1.1,1.2 roofing.txt,NONE,1.1 Roofi
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2002-05-29 16:44:38
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv12549 Modified Files: Axis.txt install.bat Drewsky.dsp drewsky.rc MISCTAB.CPP MISCTAB.H resource.h settingstab.cpp traveltab.cpp Added Files: RoofImage.cpp RoofImage.h roofing.txt RoofingDlg.cpp RoofingDlg.h rooftiles.cfg Log Message: Merging in the roofing branch --- NEW FILE: roofing.txt --- ******************** * Axis Roofing * ******************** This functionality was added to Axis by Adron. With this tool you can generate all slanted roof forms known to me. The tiles to use should be defined in the file rooftiles.cfg. You'll find a short explanation of how to define them in there as well as the ones I had the patience to type in. To install it, simply copy the axis.exe and rooftiles.cfg found in the archive to your Axis directory. If you want to be able to go back to regular Axis you should make a backup of axis.exe first. When you run the modified Axis you will find a Roofing button on the Misc page. Clicking this button opens the Roofing dialog. There you define the roof that you want generated by specifying rectangular parts. T or X shaped roofs can be generated. To increase the generation speed of roofs you should insert a special function into your scripts. This function allows Roofing to specify locations for tiles with a single command. If you don't add this function you will have to check the box "No script support", and roofing won't be optimal. The function is f_roof_target, defined as follows: [FUNCTION f_roof_target] SRC.NEWITEM=i_gold VAR.ACT=<SRC.ACT.UID> SRC.ACT.P=<ARGS> SRC.LAST TRY UID.<VAR.ACT>.REMOVE ****************** * Defining parts * ****************** The simplest way to define a roof part is to input the coordinates of the north-west and south-east corner of it in the X1,Y1 and X2,Y2 boxes. For a roof slanted to the east/west, check "Goes up". For a roof slanted to the north/south, uncheck it. For a roof that slants in all directions check Tent roof. To find the coordinates, stand in the right spot and type ".where". The right coordinates to use in most cases are marked 1 and 2 here: ******************** *1 * * * * * * * ******************** 2 For T parts that extend from the main roof there is an alternate way of defining them. If the roof defined above was to have a T part as pictured below, you could give the coordinates of 3 and 4. ******************** *1 * * * * * * * ****** ******* * * 2 * * ********* 3 4 When giving coordinates in the second way, "Goes up" specifies which direction the roof goes from the line through 3 and 4. "Goes up" means the roof proceeds in increasing X or Y, not "Goes up" means it goes decreasing X or Y. If you make a mistake adding a part you can remove it with Remove Last. If you want to restart from scratch, use Clear. *********************** * Generating the roof * *********************** Once you have defined the roof parts and are happy with the way they look in the preview square, you can Generate the roof. To be able to generate the roof, Roofing needs two more pieces of information: What set of tiles to use, and what height to place the lowest roof tiles at. Pick the tile set (as defined in rooftiles.cfg) and input the height. Height 20 is normal roof height for houses with a floor at height 0 and walls starting at height 1. You can then either Generate the roof directly or do a Test generation first. A Test generation will only place the corner tiles of the roof so you can see if placement looks right. After placing the corner tiles you have the option of placing the remaining tiles too or abort. You will have to manually remove the corner tiles if you choose to abort. ****************** * Copyright info * ****************** ********************************************************************** * Copyright (C) Philip A. Esterle 1998-2002 * Parts Copyright (C) Adron 2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * ********************************************************************** Index: Axis.txt =================================================================== RCS file: /cvsroot/sphere-axis/Axis/Axis.txt,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** Axis.txt 28 May 2002 22:08:40 -0000 1.30 --- Axis.txt 29 May 2002 16:44:34 -0000 1.31 *************** *** 25,28 **** --- 25,29 ---- ============================================================================= Changes in version 0.13.2 (in development) + · Added Adron's roofing system. See roofing.txt for more information. · The remote console dialog and tray icon now show the profile being used. · DEFS are listed instead of IDs (if defined) in the Item and Spawn tabs. Index: install.bat =================================================================== RCS file: /cvsroot/sphere-axis/Axis/install.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** install.bat 12 May 2002 18:58:18 -0000 1.1 --- install.bat 29 May 2002 16:44:34 -0000 1.2 *************** *** 16,18 **** copy ..\UOArt\%2\UOArt.ocx install\ copy AMPatch\%3\AMPatch.exe install\ ! copy LICENSE install\ \ No newline at end of file --- 16,20 ---- copy ..\UOArt\%2\UOArt.ocx install\ copy AMPatch\%3\AMPatch.exe install\ ! copy LICENSE install\ ! copy rooftiles.cfg install\ ! copy roofing.txt install\ \ No newline at end of file Index: Drewsky.dsp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/Drewsky.dsp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** Drewsky.dsp 20 May 2002 19:14:43 -0000 1.25 --- Drewsky.dsp 29 May 2002 16:44:34 -0000 1.26 *************** *** 411,414 **** --- 411,422 ---- # Begin Source File + SOURCE=.\RoofImage.cpp + # End Source File + # Begin Source File + + SOURCE=.\RoofingDlg.cpp + # End Source File + # Begin Source File + SOURCE=.\ScriptEditDlg.cpp # End Source File *************** *** 760,763 **** --- 768,779 ---- # Begin Source File + SOURCE=.\RoofImage.h + # End Source File + # Begin Source File + + SOURCE=.\RoofingDlg.h + # End Source File + # Begin Source File + SOURCE=.\ScriptEditDlg.h # End Source File *************** *** 975,980 **** --- 991,1008 ---- SOURCE=.\ReadMe.txt # End Source File + # Begin Source File + + SOURCE=.\rooftiles.cfg + # End Source File # End Target # End Project + # Section drewsky : {2AC21540-4C63-4663-BF24-D1DBD9205223} + # 2:21:DefaultSinkHeaderFile:uomap.h + # 2:16:DefaultSinkClass:CUOMap + # End Section + # Section drewsky : {0904F7B3-2339-44C9-857C-6EB6CFEFA3B6} + # 2:21:DefaultSinkHeaderFile:uoart.h + # 2:16:DefaultSinkClass:CUOArt + # End Section # Section drewsky : {2B360722-F116-4004-A71A-5E14B4C4873E} # 2:5:Class:CUOMap *************** *** 986,996 **** # 2:10:HeaderFile:uoart.h # 2:8:ImplFile:uoart.cpp - # End Section - # Section drewsky : {0904F7B3-2339-44C9-857C-6EB6CFEFA3B6} - # 2:21:DefaultSinkHeaderFile:uoart.h - # 2:16:DefaultSinkClass:CUOArt - # End Section - # Section drewsky : {2AC21540-4C63-4663-BF24-D1DBD9205223} - # 2:21:DefaultSinkHeaderFile:uomap.h - # 2:16:DefaultSinkClass:CUOMap # End Section --- 1014,1016 ---- Index: drewsky.rc =================================================================== RCS file: /cvsroot/sphere-axis/Axis/drewsky.rc,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** drewsky.rc 29 May 2002 03:58:53 -0000 1.40 --- drewsky.rc 29 May 2002 16:44:34 -0000 1.41 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. - // Last compiled 5/28/2002 at 21:12:22 // #include "resource.h" --- 1,3 ---- *************** *** 89,93 **** ICON IDR_MAINFRAME,IDC_STATIC,11,13,20,20 LTEXT "Static",IDC_ABOUTTITLE,40,7,133,8,SS_NOPREFIX ! LTEXT "© 1998-2002 Philip A. Esterle",IDC_STATIC,40,18,94,8 DEFPUSHBUTTON "OK",IDOK,217,7,32,14,WS_GROUP LTEXT "Built on",IDC_STATIC,40,29,24,8 --- 88,93 ---- ICON IDR_MAINFRAME,IDC_STATIC,11,13,20,20 LTEXT "Static",IDC_ABOUTTITLE,40,7,133,8,SS_NOPREFIX ! LTEXT "© 1998-2002 Philip A. Esterle + parts © 2002 Adron", ! IDC_STATIC,40,18,168,8 DEFPUSHBUTTON "OK",IDOK,217,7,32,14,WS_GROUP LTEXT "Built on",IDC_STATIC,40,29,24,8 *************** *** 559,573 **** FONT 8, "MS Sans Serif" BEGIN - GROUPBOX "Spells",IDC_STATIC,7,2,213,27 COMBOBOX IDC_SPELL_LIST,12,12,112,68,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP CTEXT "00",IDC_SPELL_ID,125,14,37,10,SS_SUNKEN PUSHBUTTON "Cast Spell",IDC_CAST_SPELL,163,11,53,14 - GROUPBOX "Music",IDC_STATIC,7,31,213,27 COMBOBOX IDC_MIDI_LIST,12,41,112,67,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP CTEXT "00",IDC_MUSIC_ID,124,43,37,10,SS_SUNKEN PUSHBUTTON "Play Music",IDC_PLAYMIDI,163,40,53,14 - GROUPBOX "Sound Effects",IDC_STATIC,7,55,292,27 COMBOBOX IDC_SFX_LIST,12,65,202,61,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP --- 559,570 ---- *************** *** 575,582 **** SS_SUNKEN PUSHBUTTON "Play Sound",IDC_PLAY_SFX,245,64,50,14 - GROUPBOX "Broadcast",IDC_STATIC,7,79,292,27 EDITTEXT IDC_YELL,12,88,228,14,ES_AUTOHSCROLL PUSHBUTTON "Broadcast It",IDC_YELLIT,245,88,50,14 ! GROUPBOX "Other Commands",IDC_STATIC,302,2,90,104 PUSHBUTTON "Suicide",IDC_SUICIDE,306,12,40,14 PUSHBUTTON "Follow",IDC_FOLLOW,306,27,40,14 --- 572,580 ---- SS_SUNKEN PUSHBUTTON "Play Sound",IDC_PLAY_SFX,245,64,50,14 EDITTEXT IDC_YELL,12,88,228,14,ES_AUTOHSCROLL PUSHBUTTON "Broadcast It",IDC_YELLIT,245,88,50,14 ! PUSHBUTTON "Show Remote Console",IDC_RCONSOLE,222,12,77,14 ! PUSHBUTTON "Start Sphere Server",IDC_STARTTUS,222,27,77,14 ! PUSHBUTTON "Export Categories",IDC_EXPORTCATS,222,41,77,14 PUSHBUTTON "Suicide",IDC_SUICIDE,306,12,40,14 PUSHBUTTON "Follow",IDC_FOLLOW,306,27,40,14 *************** *** 588,596 **** PUSHBUTTON "Bark",IDC_BARK,349,27,40,14 PUSHBUTTON "AllShow",IDC_ALLSHOW,349,42,40,14 - PUSHBUTTON "Show Remote Console",IDC_RCONSOLE,222,12,77,14 PUSHBUTTON "Nuke Char",IDC_NUKECHAR,349,57,40,14 ! PUSHBUTTON "Start Sphere Server",IDC_STARTTUS,222,27,77,14 ! PUSHBUTTON "Export Categories",IDC_EXPORTCATS,222,41,77,14 ! PUSHBUTTON "Underwear",IDC_UNDERWEAR2,349,72,40,14 END --- 586,597 ---- PUSHBUTTON "Bark",IDC_BARK,349,27,40,14 PUSHBUTTON "AllShow",IDC_ALLSHOW,349,42,40,14 PUSHBUTTON "Nuke Char",IDC_NUKECHAR,349,57,40,14 ! PUSHBUTTON "Roofing",IDC_ROOFING,349,72,40,14 ! PUSHBUTTON "Underwear",IDC_UNDERWEAR2,349,87,40,14 ! GROUPBOX "Spells",IDC_STATIC,7,2,213,27 ! GROUPBOX "Music",IDC_STATIC,7,31,213,27 ! GROUPBOX "Sound Effects",IDC_STATIC,7,55,292,27 ! GROUPBOX "Broadcast",IDC_STATIC,7,79,292,27 ! GROUPBOX "Other Commands",IDC_STATIC,302,2,90,104 END *************** *** 2319,2322 **** --- 2320,2354 ---- END + IDD_ROOFING DIALOG DISCARDABLE 0, 0, 243, 221 + STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU + CAPTION "Roofing" + FONT 8, "MS Sans Serif" + BEGIN + LTEXT "X1",IDC_STATIC,23,149,10,8 + EDITTEXT IDC_X1,39,147,33,12,ES_AUTOHSCROLL | ES_NUMBER + LTEXT "Y1",IDC_STATIC,82,149,10,8 + EDITTEXT IDC_Y1,98,147,33,12,ES_AUTOHSCROLL | ES_NUMBER + LTEXT "X2",IDC_STATIC,23,169,10,8 + EDITTEXT IDC_X2,39,167,33,12,ES_AUTOHSCROLL | ES_NUMBER + LTEXT "Y2",IDC_STATIC,82,169,10,8 + EDITTEXT IDC_Y2,98,167,33,12,ES_AUTOHSCROLL | ES_NUMBER + CONTROL "Goes &up",IDC_UP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, + 143,148,55,11 + DEFPUSHBUTTON "&Add Part",IDC_ADD,98,188,53,15,WS_DISABLED + PUSHBUTTON "&Remove Last",IDC_REMOVELAST,19,188,53,15,WS_DISABLED + PUSHBUTTON "&Clear",IDC_CLEAR,173,17,41,15,WS_DISABLED + COMBOBOX IDC_ROOFTYPE,159,41,77,64,CBS_DROPDOWNLIST | CBS_SORT | + WS_VSCROLL | WS_TABSTOP + LTEXT "&Height",IDC_STATIC,163,94,23,10 + EDITTEXT IDC_HEIGHT,192,93,35,12,ES_AUTOHSCROLL | ES_NUMBER + PUSHBUTTON "&Generate",IDC_GENERATE,195,114,41,15,WS_DISABLED + CONTROL "",IDC_ROOFIMAGE,"Static",SS_BLACKFRAME,7,7,146,130 + CONTROL "&Tent roof",IDC_TENT,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,143,168,55,11 + PUSHBUTTON "Test",IDC_TESTGEN,156,114,35,15,WS_DISABLED + CONTROL "No script support",IDC_NOSCRIPT,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,167,205,69,9 + END + #ifndef _MAC *************** *** 2900,2903 **** --- 2932,2951 ---- TOPMARGIN, 7 BOTTOMMARGIN, 303 + END + + IDD_ROOFING, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 236 + VERTGUIDE, 33 + VERTGUIDE, 39 + VERTGUIDE, 92 + VERTGUIDE, 98 + VERTGUIDE, 143 + TOPMARGIN, 7 + BOTTOMMARGIN, 214 + HORZGUIDE, 99 + HORZGUIDE, 153 + HORZGUIDE, 173 END END Index: MISCTAB.CPP =================================================================== RCS file: /cvsroot/sphere-axis/Axis/MISCTAB.CPP,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** MISCTAB.CPP 16 May 2002 01:31:57 -0000 1.13 --- MISCTAB.CPP 29 May 2002 16:44:34 -0000 1.14 *************** *** 4,7 **** --- 4,8 ---- ********************************************************************** * Copyright (C) Philip A. Esterle 1998-2002 + * Modified by Adron 2002 * * This program is free software; you can redistribute it and/or modify *************** *** 696,699 **** --- 697,701 ---- ON_BN_CLICKED(IDC_RCONSOLE, OnRconsole) ON_BN_CLICKED(IDC_NUKECHAR, OnNukechar) + ON_BN_CLICKED(IDC_ROOFING, OnRoofing) ON_BN_CLICKED(IDC_STARTTUS, OnStarttus) ON_BN_CLICKED(IDC_EXPORTCATS, OnExportcats) *************** *** 925,928 **** --- 927,936 ---- { SendToUO(".nukechar"); + } + + void CMiscTab::OnRoofing() + { + void ShowRoofing(); + ShowRoofing(); } Index: MISCTAB.H =================================================================== RCS file: /cvsroot/sphere-axis/Axis/MISCTAB.H,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MISCTAB.H 8 May 2002 15:44:18 -0000 1.4 --- MISCTAB.H 29 May 2002 16:44:34 -0000 1.5 *************** *** 4,7 **** --- 4,8 ---- ********************************************************************** * Copyright (C) Philip A. Esterle 1998-2002 + * Modified by Adron 2002 * * This program is free software; you can redistribute it and/or modify *************** *** 104,107 **** --- 105,109 ---- afx_msg void OnRconsole(); afx_msg void OnNukechar(); + afx_msg void OnRoofing(); afx_msg void OnStarttus(); afx_msg void OnExportcats(); Index: resource.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/resource.h,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** resource.h 23 May 2002 23:25:51 -0000 1.27 --- resource.h 29 May 2002 16:44:34 -0000 1.28 *************** *** 87,90 **** --- 87,91 ---- #define IDD_REMOTE_CONSOLE_LOGIN_DLG 232 #define IDD_ADDITIONAL_SETTINGS 233 + #define IDD_ROOFING 234 #define IDC_BUTTON1 1001 #define IDC_BLOCK 1001 *************** *** 118,121 **** --- 119,123 ---- #define IDC_STATIC_ART_ADD 1001 #define IDC_AS_CLIENTBROWSE 1001 + #define IDC_ADD 1001 #define IDC_BUTTON6 1002 #define IDC_SETHEARALL 1002 *************** *** 141,144 **** --- 143,147 ---- #define IDC_STATIC_ART_REMOVE 1002 #define IDC_AS_MULBROWSE 1002 + #define IDC_CLEAR 1002 #define IDC_BUTTON2 1003 #define IDC_SETALLMOVE 1003 *************** *** 164,167 **** --- 167,171 ---- #define IDC_CHANGECLIENT 1003 #define IDC_AS_NEWPROFILE 1003 + #define IDC_TESTGEN 1003 #define IDC_BUTTON3 1004 #define IDC_UNBLOCK 1004 *************** *** 180,183 **** --- 184,188 ---- #define IDC_LAUNCH_STATIC_TOOL 1004 #define IDC_AS_EDITPROFILE 1004 + #define IDC_REMOVELAST 1004 #define IDC_BUTTON4 1005 #define IDC_FIX 1005 *************** *** 195,198 **** --- 200,204 ---- #define IDC_REFRESHCATEGORIES 1005 #define IDC_AS_DELETEPROFILE 1005 + #define IDC_GENERATE 1005 #define IDC_BUTTON5 1006 #define IDC_SETDETAIL 1006 *************** *** 277,280 **** --- 283,287 ---- #define IDC_RC_ACCOUNT 1015 #define IDC_UNDERWEAR2 1015 + #define IDC_ROOFING 1016 #define IDC_BUTTON16 1016 #define IDC_NUKE 1016 *************** *** 401,404 **** --- 408,412 ---- #define IDC_AS_SPAWNMSG 1033 #define IDC_REMOTESPAWNS 1033 + #define IDC_UP 1033 #define IDC_BUTTON33 1034 #define IDC_CHECK2 1034 *************** *** 412,415 **** --- 420,424 ---- #define IDC_DRAWRECTS 1034 #define IDC_CUSTOM_CMD_34 1034 + #define IDC_TENT 1034 #define IDC_BUTTON34 1035 #define IDC_CHECK3 1035 *************** *** 423,426 **** --- 432,436 ---- #define IDC_NPCNOINDEX 1035 #define IDC_AS_DISPLAYITEMS 1035 + #define IDC_NOSCRIPT 1035 #define IDC_BUTTON35 1036 #define IDC_CHECK4 1036 *************** *** 623,626 **** --- 633,637 ---- #define IDC_ACCT 1059 #define IDC_LICENSE 1059 + #define IDC_X1 1059 #define IDC_RADIO3 1060 #define IDC_EDIT2 1060 *************** *** 664,667 **** --- 675,679 ---- #define IDC_MC_Y 1060 #define IDC_PWD 1060 + #define IDC_X2 1060 #define IDC_RADIO4 1061 #define IDC_EDIT3 1061 *************** *** 704,707 **** --- 716,720 ---- #define IDC_COMMAND_SEND 1061 #define IDC_TYPELIST 1061 + #define IDC_Y1 1061 #define IDC_RADIO5 1062 #define IDC_EDIT4 1062 *************** *** 741,744 **** --- 754,758 ---- #define IDC_ITEMCOMBO 1062 #define IDC_FILE_FILTER 1062 + #define IDC_Y2 1062 #define IDC_RADIO6 1063 #define IDC_EDIT5 1063 *************** *** 767,770 **** --- 781,785 ---- #define IDC_NPCSPEECH 1063 #define IDC_SAVEPARITY 1063 + #define IDC_HEIGHT 1063 #define IDC_RADIO7 1064 #define IDC_SLIDERVALUE 1064 *************** *** 1299,1302 **** --- 1314,1319 ---- #define IDC_STATIC_LABEL14 1413 #define IDC_STATIC_LABEL15 1414 + #define IDC_ROOFIMAGE 1394 + #define IDC_ROOFTYPE 1396 #define IDM_RC_START_LOGGING 32779 #define IDM_RC_STOP_LOGGING 32780 *************** *** 1331,1335 **** #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS ! #define _APS_NEXT_RESOURCE_VALUE 234 #define _APS_NEXT_COMMAND_VALUE 32809 #define _APS_NEXT_CONTROL_VALUE 1415 --- 1348,1352 ---- #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS ! #define _APS_NEXT_RESOURCE_VALUE 235 #define _APS_NEXT_COMMAND_VALUE 32809 #define _APS_NEXT_CONTROL_VALUE 1415 Index: settingstab.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/settingstab.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** settingstab.cpp 28 May 2002 22:08:40 -0000 1.22 --- settingstab.cpp 29 May 2002 16:44:34 -0000 1.23 *************** *** 4,7 **** --- 4,8 ---- ********************************************************************** * Copyright (C) Philip A. Esterle 1998-2002 + * Modified by Adron 2002 * * This program is free software; you can redistribute it and/or modify *************** *** 67,70 **** --- 68,72 ---- m_pAcctDlg = NULL; //}}AFX_DATA_INIT + m_pDlgStaticTool = 0; } Index: traveltab.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/traveltab.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** traveltab.cpp 16 May 2002 01:31:57 -0000 1.15 --- traveltab.cpp 29 May 2002 16:44:34 -0000 1.16 *************** *** 124,127 **** --- 124,128 ---- m_TravelMap.SetZoomLevel((short) zoom); + m_TravelMap.SetDrawStatics(1); Recenter((short) X, (short) Y); |