summaryrefslogtreecommitdiffstats
path: root/src/skel/skeleton.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-09 13:21:46 +0100
committerSergeanur <s.anureev@yandex.ua>2021-01-09 13:21:46 +0100
commit852c3badbb590251a5465e788ae873f29faa9d1c (patch)
tree0c0013c5ee91d5e4d5aabb8247d18396ac1ae6c9 /src/skel/skeleton.cpp
parentRemove fake firetruck ID (diff)
downloadre3-852c3badbb590251a5465e788ae873f29faa9d1c.tar
re3-852c3badbb590251a5465e788ae873f29faa9d1c.tar.gz
re3-852c3badbb590251a5465e788ae873f29faa9d1c.tar.bz2
re3-852c3badbb590251a5465e788ae873f29faa9d1c.tar.lz
re3-852c3badbb590251a5465e788ae873f29faa9d1c.tar.xz
re3-852c3badbb590251a5465e788ae873f29faa9d1c.tar.zst
re3-852c3badbb590251a5465e788ae873f29faa9d1c.zip
Diffstat (limited to '')
-rw-r--r--src/skel/skeleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skel/skeleton.cpp b/src/skel/skeleton.cpp
index 6f6b3744..20ac38ab 100644
--- a/src/skel/skeleton.cpp
+++ b/src/skel/skeleton.cpp
@@ -399,7 +399,7 @@ RsInitialize(void)
*/
RwBool result;
- RsGlobal.appName = RWSTRING("GTA: Vice City");
+ RsGlobal.appName = RWSTRING("GTA: Liberty City Stories");
RsGlobal.maximumWidth = DEFAULT_SCREEN_WIDTH;
RsGlobal.maximumHeight = DEFAULT_SCREEN_HEIGHT;
RsGlobal.width = DEFAULT_SCREEN_WIDTH;