mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Minor tweaks
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -5,6 +5,10 @@
|
||||
#include "Sound.h"
|
||||
#include "Graphics.h"
|
||||
|
||||
//#define SKIP_INTRO
|
||||
//#define SKIP_MISSION1
|
||||
//#define SKIP_MISSION2
|
||||
|
||||
// SWI Registers
|
||||
_kernel_swi_regs inreg;
|
||||
_kernel_swi_regs outreg;
|
||||
|
||||
+1
-1
@@ -223,7 +223,7 @@ void draw_spritetext(char* text, int x, int y)
|
||||
currentx += 8 + 4;
|
||||
break;
|
||||
case 'm':
|
||||
currentx += 26 + 4;
|
||||
currentx += 22 + 4;
|
||||
break;
|
||||
case 'q':
|
||||
case 'w':
|
||||
|
||||
Reference in New Issue
Block a user