mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-12 19:16:02 -05:00
Clean tmp files
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
@@
|
||||
RGB e;
|
||||
RGB *ep;
|
||||
@@
|
||||
(
|
||||
- e.unk0
|
||||
+ e.r
|
||||
|
|
||||
- e.unk1
|
||||
+ e.g
|
||||
|
|
||||
- e.unk2
|
||||
+ e.b
|
||||
|
|
||||
- ep->unk0
|
||||
+ ep->r
|
||||
|
|
||||
- ep->unk1
|
||||
+ ep->g
|
||||
|
|
||||
- ep->unk2
|
||||
+ ep->b
|
||||
)
|
||||
Reference in New Issue
Block a user