diff options
| author | Pixel <> | 2001-05-03 16:42:44 +0000 |
|---|---|---|
| committer | Pixel <> | 2001-05-03 16:42:44 +0000 |
| commit | 64c9d850de6ee2a5adca9b12195cb698715d16ab (patch) | |
| tree | 9b051ede137d24462c2132d42d7bcb01b01d272e /lib | |
| parent | 5796178981fe51ea279b56a2dca19cf19fb73edf (diff) | |
Pouet
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/assembler.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/assembler.c b/lib/assembler.c index 0acf738..ceda7d5 100644 --- a/lib/assembler.c +++ b/lib/assembler.c @@ -228,6 +228,9 @@ static void pushstring(char *s) case 'b': pushdword('\b', NULL); break; + case 'e': + pushdword(27, NULL); + break; case 'f': pushdword('\f', NULL); break; |
