aboutsummaryrefslogtreecommitdiff
path: root/src/ui33.c
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-04 21:42:06 +0100
committerpk33 <pk33@pk33.space>2024-11-04 21:42:06 +0100
commit146a683b8d8315ef15dc1c9286f0983834f48d88 (patch)
tree44124fbaf1d49c25de8422ed29c7bade0bc11963 /src/ui33.c
parent0ffb4f8463e3e06e8d88b7be22f5cb7adb702361 (diff)
downloadengine33-146a683b8d8315ef15dc1c9286f0983834f48d88.tar.gz
Change ui text colour at arbitrary positionHEADmaster
Diffstat (limited to 'src/ui33.c')
-rw-r--r--src/ui33.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui33.c b/src/ui33.c
index 4139a5e..9e9795a 100644
--- a/src/ui33.c
+++ b/src/ui33.c
@@ -33,8 +33,6 @@ void ui_draw_messages( void )
Size start = __display.surface.h - 5 - 8;
Size i = P-1;
- qsuprintf( 300, 40, "A(%d), P(%d)", A, P );
-
do {
if( i < 0 ) i = MB_MAX-1;
qsuprint( messageBox[i], 5, start );