|
9 | 9 | #include "sdk.hpp" |
10 | 10 | #include "p2mm.hpp" |
11 | 11 |
|
12 | | -// memdbgon must be the last include file in a .cpp file!!! |
13 | | -#include "tier0/memdbgon.h" |
| 12 | + |
14 | 13 |
|
15 | 14 | //--------------------------------------------------------------------------------- |
16 | 15 | // Purpose: Logging for the plugin by adding a prefix and line break. |
@@ -516,7 +515,7 @@ const std::vector<MapParams> APERTURE_TAG_CAMPAIGN_MAPS = |
516 | 515 | {.mapFile= "gg_all_puzzle2", .mapName= "Portals 2", .chapter= 3, .chapterName= "No More Recycling Tests"}, |
517 | 516 | {.mapFile= "gg_all2_puzzle1", .mapName= "Future Starter", .chapter= 3, .chapterName= "No More Recycling Tests"}, |
518 | 517 | {.mapFile= "gg_all_puzzle1", .mapName= "Final Qualification", .chapter= 3, .chapterName= "No More Recycling Tests"}, |
519 | | - {.mapFile= "gg_all2_escape1", .mapName= "ALSSER/Escape", .chapter= 3, .chapterName= "No More Recycling Tests"}, |
| 518 | + {.mapFile= "gg_all2_escape", .mapName= "ALSSER/Escape", .chapter= 3, .chapterName= "No More Recycling Tests"}, |
520 | 519 | {.mapFile= "gg_stage_reveal", .mapName= "Reveal", .chapter= 4, .chapterName= "The Stage"}, |
521 | 520 | {.mapFile= "gg_stage_bridgebounce_2", .mapName= "Bridge Bounce", .chapter= 4, .chapterName= "The Stage"}, |
522 | 521 | {.mapFile= "gg_stage_redfirst", .mapName= "Red First", .chapter= 4, .chapterName= "The Stage"}, |
|
0 commit comments