Skip to content

Commit 0db04a6

Browse files
committed
Remove extraneous text in comment
1 parent d153d43 commit 0db04a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prboom2/src/v_video.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ typedef void (*V_DrawNumPatchGenPrecise_f)(float x, float y, int scrn,
219219
enum patch_translation_e flags);
220220
extern V_DrawNumPatchGenPrecise_f V_DrawNumPatchGenPrecise;
221221

222-
// V_DrawNumPatch - Draws the patch from lump "num"Add commentMore actions
222+
// V_DrawNumPatch - Draws the patch from lump "num"
223223
#define V_DrawNumPatch(x,y,s,n,t,f) V_DrawNumPatchGen(x,y,s,n,false,t,f)
224224
#define V_DrawNumPatchPrecise(x,y,s,n,t,f) V_DrawNumPatchGenPrecise(x,y,s,n,false,t,f)
225225

0 commit comments

Comments
 (0)