diff options
author | Treeki <treeki@gmail.com> | 2012-09-15 21:24:59 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-15 21:24:59 +0200 |
commit | d03b7871950f89623f1f90facde2f5df89e9e136 (patch) | |
tree | 40bacbe48d2634ca451b770c9e89a439fd285d61 /src | |
parent | a16adae746a5d4814a781f583d18dd79d3e7d43b (diff) | |
download | kamek-d03b7871950f89623f1f90facde2f5df89e9e136.tar.gz kamek-d03b7871950f89623f1f90facde2f5df89e9e136.zip |
fixed a profile assignment conflict and added a doc for assigned profiles
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/core.h b/src/koopatlas/core.h index d2d9454..2674977 100644 --- a/src/koopatlas/core.h +++ b/src/koopatlas/core.h @@ -36,7 +36,7 @@ void NewerMapDrawFunc(); #define WM_HUD WM_DANCE_PAKKUN #define WM_SHOP WM_TOGEZO -#define WM_SHOPITEM WM_PUKU +#define WM_SHOPITEM WM_BOARD #define WM_STARCOIN WM_GHOST class daWMPlayer_c; |