Skip to content

Commit

Permalink
Add new functions and constants to standard file
Browse files Browse the repository at this point in the history
  • Loading branch information
positively-charged committed Jan 12, 2017
1 parent 32961b2 commit e39571c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/zcommon.bcs
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,9 @@ enum {
enum {
PRINTNAME_LEVELNAME = -1,
PRINTNAME_LEVEL = -2,
PRINTNAME_SKILL = -3
PRINTNAME_SKILL = -3,
PRINTNAME_NEXTLEVEL = -4,
PRINTNAME_NEXTSECRET = -5
};

enum {
Expand Down Expand Up @@ -1561,6 +1563,8 @@ special
-201:DamageActor(int,int,int,int,int,str):int,
-202:SetActorFlag(int,str,bool):int,
-203:SetTranslation(int,str):void,
-204:GetActorFloorTexture(int):str,
-205:GetActorFloorTerrain(int):str,
-300:GetLineX(int,fixed,fixed):fixed,
-301:GetLineY(int,fixed,fixed):fixed,

Expand Down

0 comments on commit e39571c

Please sign in to comment.