Skip to content

Commit a09428f

Browse files
committed
Fixed symbol trap_RealTime being undefined when trying to compile the game module as QVM.
1 parent 072231b commit a09428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/g_syscalls.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ equ trap_GetEntityToken -38 ; G_GET_ENTITY_TOKEN
4141
equ trap_FS_GetFileList -39 ; G_FS_GETFILELIST
4242
equ trap_DebugPolygonCreate -40 ; G_DEBUG_POLYGON_CREATE
4343
equ trap_DebugPolygonDelete -41 ; G_DEBUG_POLYGON_DELETE
44-
equ trap_realTime -42 ; G_REAL_TIME
44+
equ trap_RealTime -42 ; G_REAL_TIME
4545
equ trap_SnapVector -43 ; G_SNAPVECTOR
4646
equ trap_TraceCapsule -44 ; G_TRACECAPSULE
4747
equ trap_EntityContactCapsule -45 ; G_ENTITY_CONTACTCAPSULE

0 commit comments

Comments
 (0)