mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
cleanup: remove more old CDrom cruft from the code
now that the CDromEjectionErrorMessageBoxCallBack is no longer referenced
This commit is contained in:
committed by
majcosta
parent
d9836f806e
commit
1054012acd
@@ -2,7 +2,6 @@ set(i18nSrc
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/language.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/LanguageStrings.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/LocalizedStrings.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Ja2 Libs.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/ExportStrings.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/ImportStrings.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Multi Language Graphic Utils.cpp"
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
#include "LibraryDataBase.h"
|
||||
LibraryInitHeader gGameLibaries[ ] =
|
||||
{
|
||||
//Library Name Can be Init at start
|
||||
// on cd
|
||||
{ "Data.slf", FALSE, TRUE },
|
||||
{ "Editor.slf", FALSE, FALSE },
|
||||
{ "Ambient.slf", FALSE, TRUE },
|
||||
{ "Anims.slf", FALSE, TRUE },
|
||||
{ "BattleSnds.slf", FALSE, TRUE },
|
||||
{ "BigItems.slf", FALSE, TRUE },
|
||||
{ "BinaryData.slf", FALSE, TRUE },
|
||||
{ "Cursors.slf", FALSE, TRUE },
|
||||
{ "Faces.slf", FALSE, TRUE },
|
||||
{ "Fonts.slf", FALSE, TRUE },
|
||||
{ "Interface.slf", FALSE, TRUE },
|
||||
{ "Laptop.slf", FALSE, TRUE },
|
||||
{ "Maps.slf", TRUE, TRUE },
|
||||
{ "MercEdt.slf", FALSE, TRUE },
|
||||
{ "Music.slf", TRUE, TRUE },
|
||||
{ "Npc_Speech.slf", TRUE, TRUE },
|
||||
{ "NpcData.slf", FALSE, TRUE },
|
||||
{ "RadarMaps.slf", FALSE, TRUE },
|
||||
{ "Sounds.slf", FALSE, TRUE },
|
||||
{ "Speech.slf", TRUE, TRUE },
|
||||
// { "TileCache.slf", FALSE, TRUE },
|
||||
{ "TileSets.slf", TRUE, TRUE },
|
||||
{ "LoadScreens.slf", TRUE, TRUE },
|
||||
{ "Intro.slf", TRUE, TRUE },
|
||||
};
|
||||
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
#ifndef _JA2_LIBS_H_
|
||||
#define _JA2_LIBS_H_
|
||||
|
||||
|
||||
//enums used for accessing the libraries
|
||||
enum
|
||||
{
|
||||
LIBRARY_DATA,
|
||||
LIBRARY_EDITOR,
|
||||
LIBRARY_AMBIENT,
|
||||
LIBRARY_ANIMS,
|
||||
LIBRARY_BATTLESNDS,
|
||||
LIBRARY_BIGITEMS,
|
||||
LIBRARY_BINARY_DATA,
|
||||
LIBRARY_CURSORS,
|
||||
LIBRARY_FACES,
|
||||
LIBRARY_FONTS,
|
||||
LIBRARY_INTERFACE,
|
||||
LIBRARY_LAPTOP,
|
||||
LIBRARY_MAPS,
|
||||
LIBRARY_MERCEDT,
|
||||
LIBRARY_MUSIC,
|
||||
LIBRARY_NPC_SPEECH,
|
||||
LIBRARY_NPC_DATA,
|
||||
LIBRARY_RADAR_MAPS,
|
||||
LIBRARY_SOUNDS,
|
||||
LIBRARY_SPEECH,
|
||||
// LIBRARY_TILE_CACHE,
|
||||
LIBRARY_TILESETS,
|
||||
LIBRARY_LOADSCREENS,
|
||||
LIBRARY_INTRO,
|
||||
|
||||
NUMBER_OF_LIBRARIES
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user