1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00

remove all compiler work arounds

This commit is contained in:
ineedbots
2021-05-10 23:03:01 -06:00
parent 831a604c0b
commit 5b890825cd
2 changed files with 2 additions and 854 deletions

View File

@ -7,7 +7,7 @@
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\bots\_hud_util; // COMPILER needs the original in its list of includes!
#include maps\mp\gametypes\_hud_util;
#include maps\mp\bots\_bot_utility;
init()
@ -151,8 +151,7 @@ test()
// test heap sorting
// DECOMPILER, for loops extra ;
sort = NewHeap(maps\mp\bots\_bot_utility::ReverseHeap); // COMPILER needs func pointers include search
sort = NewHeap(::ReverseHeap);
sort HeapInsert(3);
sort HeapInsert(4);
sort HeapInsert(1);