Damnit, bail

This commit is contained in:
Steve Dudenhoeffer
2004-10-16 14:26:11 +00:00
parent 3efa25a5fb
commit 14c3930b3d
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
#define FMRES_OVERRIDE 3
enum {
FM_FIRST_DONT_USE_ME = 0,
FM_PrecacheModel = 1, // done
FM_PrecacheSound, // done
FM_SetModel, // done
@ -149,6 +150,7 @@ enum {
FM_CreateInstancedBaselines, // done
FM_AllowLagCompensation, // done
FM_AlertMessage,
FM_LAST_DONT_USE_ME,
};
extern CVector<int> Engine[];