mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Removed all code relating to RMVX
This commit is contained in:
@@ -9,11 +9,7 @@ def pbSafeLoad(file)
|
||||
end
|
||||
|
||||
def pbLoadRxData(file) # :nodoc:
|
||||
if $RPGVX
|
||||
return load_data(file+".rvdata")
|
||||
else
|
||||
return load_data(file+".rxdata")
|
||||
end
|
||||
return load_data(file+".rxdata")
|
||||
end
|
||||
|
||||
def pbChooseLanguage
|
||||
|
||||
Reference in New Issue
Block a user