mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
nuke all the #if 0's
scripted commit:
find . -not -path '*/.*' -and -not -path '*/ext*' -type d -exec coan source -R -E {} ';'
https://coan2.sourceforge.net/coan_man_1.html
This commit is contained in:
committed by
Asdow
parent
6afe785f4b
commit
8b1c4effa0
@@ -1324,13 +1324,8 @@ void GameInitEncyclopediaData_NEW( )
|
||||
giEncyclopedia_DataBtnImage = BUTTON_NO_IMAGE;
|
||||
memset( giEncyclopedia_DataFilterBtn, BUTTON_NO_SLOT, sizeof(giEncyclopedia_DataFilterBtn) );
|
||||
giEncyclopedia_DataFilterBtnImage = BUTTON_NO_IMAGE;
|
||||
#if 0//debug
|
||||
memset( gbEncyclopediaData_ItemVisible, ENC_ITEM_DISCOVERED_NOT_REACHABLE, sizeof(gbEncyclopediaData_ItemVisible) );
|
||||
gbEncyclopediaData_ItemVisible[1] = ENC_ITEM_NOT_DISCOVERED;
|
||||
#else
|
||||
if( guiCurrentScreen == MAINMENU_SCREEN )
|
||||
EncyclopediaInitItemsVisibility();
|
||||
#endif
|
||||
// do following only once at start of JA2
|
||||
CHECKV( guiCurrentScreen == 0 );
|
||||
//prepare indexes for subfilter texts defined in _LanguageText.cpp, assuming there are blank separators between filter button texts ("1", "2", "3", "", "1", "", "1", "2", "3", "4")
|
||||
|
||||
Reference in New Issue
Block a user